Package com.semedy.reasoner.api.edb
Class SymbolEncoderSort
java.lang.Object
com.semedy.reasoner.api.edb.SymbolEncoderSort
- All Implemented Interfaces:
ExternalSortConsumer
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSymbolEncoderSort
(SymbolTable symbols, String workdir, long numberOfTriples, int index, int parts, BlockingQueue<Boolean> progress) -
Method Summary
-
Field Details
-
_maxCode
public static long _maxCode
-
-
Constructor Details
-
SymbolEncoderSort
public SymbolEncoderSort(SymbolTable symbols, String workdir, long numberOfTriples, int index, int parts, BlockingQueue<Boolean> progress)
-
-
Method Details
-
guessSize
public static long guessSize() -
getResultFiles
-
consume
- Specified by:
consume
in interfaceExternalSortConsumer
- Throws:
IOException
InterruptedException
SemReasonerException
-
close
- Specified by:
close
in interfaceExternalSortConsumer
- Throws:
IOException
-
init
- Specified by:
init
in interfaceExternalSortConsumer
- Throws:
IOException
-