Package com.softwaremining.jcl.utils
Class SortHelper
java.lang.Object
com.softwaremining.jcl.utils.SortHelper
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic OutFileSortController
createSortStructures
(String sortFields, String sumFieldStr, String mergeFieldStr, boolean duplicatesAreInOrder, boolean addFileNameAndRecordPositionFields) static CBLBean
createWrapper
(String fieldsStr) use process(String[] inputFile ...);static CBLBean
createWrapper
(String fieldsStr, boolean addFileNameAndRecordPositionFields)
-
Field Details
-
RECORD_POS_FIELD_NAME
- See Also:
-
RECORD_LEN_FIELD_NAME
- See Also:
-
FILENAME_HASH
- See Also:
-
RECORD_POS_PIC
- See Also:
-
RECORD_LEN_PIC
- See Also:
-
FILENAME_HASH_PIC
- See Also:
-
-
Method Details
-
createSortStructures
public static OutFileSortController createSortStructures(String sortFields, String sumFieldStr, String mergeFieldStr, boolean duplicatesAreInOrder, boolean addFileNameAndRecordPositionFields) throws Exception - Throws:
Exception
-
createWrapper
use process(String[] inputFile ...); -
createWrapper
-