Uses of Class
com.semedy.reasoner.edb.persistentstore.bplustree.BPlusLeafRecords
Packages that use BPlusLeafRecords
-
Uses of BPlusLeafRecords in com.semedy.reasoner.edb.persistentstore.bplustree
Subclasses of BPlusLeafRecords in com.semedy.reasoner.edb.persistentstore.bplustreeModifier and TypeClassDescriptionclass
This type of bplus leaf contains a cache for the index valuesMethods in com.semedy.reasoner.edb.persistentstore.bplustree that return BPlusLeafRecordsModifier and TypeMethodDescriptionstatic BPlusLeafRecords<long[],
TupleBuffer> BPlusLeafRecords.createLeaf
(byte[] bytes, KeysFactory<long[], TupleBuffer> keysFactory, BPlusTree<long[], TupleBuffer> bplustree) Method for creating a leaf from the given byte array.BPlusLeafRecords<long[],
TupleBuffer> LeafFactoryFixedLongRecords.createLeaf
(byte[] bytes, BPlusTree<long[], TupleBuffer> bplustree) Method for creating a leaf from the given byte array.BPlusLeafRecords<long[],
TupleBuffer> LeafFactoryFixedLongRecords.createLeaf
(BPlusKeys<long[], TupleBuffer> keys, long[] records, BPlusTree<long[], TupleBuffer> bplustree) BPlusLeafRecords<long[],
TupleBuffer> LeafFactoryFixedLongRecords.createLeaf
(BPlusKeys<long[], TupleBuffer> keys, BPlusTree<long[], TupleBuffer> bplustree) create new leafs