Uses of Class
com.semedy.reasoner.edb.persistentstore.PersistentRelation
Packages that use PersistentRelation
-
Uses of PersistentRelation in com.semedy.reasoner.edb.persistentstore
Methods in com.semedy.reasoner.edb.persistentstore with parameters of type PersistentRelationModifier and TypeMethodDescriptionvoid
PersistentSecondarySortedIndex.setPersistentRelation
(PersistentRelation tuples) Constructors in com.semedy.reasoner.edb.persistentstore with parameters of type PersistentRelationModifierConstructorDescriptionPersistentSecondarySortedIndex
(PersistentRelation persistentTuples, BPlusTree<long[], TupleBuffer> btreelong, FileName name, boolean compress) PersistentSecondarySortedIndex
(PersistentRelation persistentTuples, BPlusTree<long[], TupleBuffer> btreelong, FileName name, int[] indexedpositions, boolean compress) PersistentSecondarySortedIndex
(PersistentRelation persistentTuples, FileName name, boolean compress) PersistentSecondarySortedIndex
(PersistentRelation persistentTuples, FileName filename, String filepath, boolean compress) SecondaryIndexWriter
(PersistentRelation ptuples, PersistentSecondarySortedIndex index) -
Uses of PersistentRelation in com.semedy.reasoner.edb.ramstore
Methods in com.semedy.reasoner.edb.ramstore that return PersistentRelationModifier and TypeMethodDescriptionMixedRelation.getPersistentRelation()
get the persistent relation behind itMethods in com.semedy.reasoner.edb.ramstore with parameters of type PersistentRelationModifier and TypeMethodDescriptionvoid
MixedRelation.setPersistentRelation
(PersistentRelation persistentRelation) adds the persistent partConstructors in com.semedy.reasoner.edb.ramstore with parameters of type PersistentRelation