Package com.semedy.reasoner.edb.zdb
Class ExternalSort
java.lang.Object
com.semedy.reasoner.edb.zdb.ExternalSort
file merge sort of text lines
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ExternalSort
public ExternalSort()
-
-
Method Details
-
guessSize
public static long guessSize() -
sort
- Throws:
IOException
-
store
- Throws:
IOException
-
merge
public static void merge(List<File> files, ExternalSortConsumer consumer, boolean deleteinputfiles, boolean compressed) throws IOException, InterruptedException, SemReasonerException
-