Class SecondaryIndexWriter
java.lang.Object
com.semedy.reasoner.edb.persistentstore.SecondaryIndexWriter
- All Implemented Interfaces:
ExternalSortTuplesConsumer
-
Constructor Summary
ConstructorDescriptionSecondaryIndexWriter
(PersistentRelation ptuples, PersistentSecondarySortedIndex index) -
Method Summary
-
Constructor Details
-
SecondaryIndexWriter
public SecondaryIndexWriter(PersistentRelation ptuples, PersistentSecondarySortedIndex index) throws IOException, EDBException - Throws:
IOException
EDBException
-
-
Method Details
-
consume
- Specified by:
consume
in interfaceExternalSortTuplesConsumer
- Throws:
IOException
EDBException
-
consume
- Specified by:
consume
in interfaceExternalSortTuplesConsumer
- Throws:
IOException
-
close
- Specified by:
close
in interfaceExternalSortTuplesConsumer
- Throws:
IOException
EDBException
-
init
- Specified by:
init
in interfaceExternalSortTuplesConsumer
- Throws:
IOException
-