Class BulkLoadConsumer
java.lang.Object
com.semedy.reasoner.edb.persistentstore.BulkLoadConsumer
- All Implemented Interfaces:
 ExternalSortTuplesConsumer
- 
Constructor Summary
ConstructorsConstructorDescriptionBulkLoadConsumer(BPlusTree<long[], TupleBuffer> btree, int arity, int[] toCopyOut, int[] directEncodedArguments)  - 
Method Summary
 
- 
Constructor Details
- 
BulkLoadConsumer
public BulkLoadConsumer(BPlusTree<long[], TupleBuffer> btree, int arity, int[] toCopyOut, int[] directEncodedArguments) throws IOException, EDBException- Throws:
 IOExceptionEDBException
 
 - 
 - 
Method Details
- 
consume
- Specified by:
 consumein interfaceExternalSortTuplesConsumer- Throws:
 IOExceptionEDBException
 - 
consume
- Specified by:
 consumein interfaceExternalSortTuplesConsumer- Throws:
 IOExceptionEDBException
 - 
close
- Specified by:
 closein interfaceExternalSortTuplesConsumer- Throws:
 IOExceptionEDBException
 - 
getBTree
 - 
init
- Specified by:
 initin interfaceExternalSortTuplesConsumer- Throws:
 IOException
 - 
getDirectEncodedArguments
public boolean[] getDirectEncodedArguments() 
 -