Uses of Class
com.semedy.reasoner.edb.persistentstore.bplustree.BPlusLeafIndex
Packages that use BPlusLeafIndex
- 
Uses of BPlusLeafIndex in com.semedy.reasoner.edb.persistentstore.bplustree
Methods in com.semedy.reasoner.edb.persistentstore.bplustree that return BPlusLeafIndexModifier and TypeMethodDescriptionstatic BPlusLeafIndexBPlusLeafIndex.createLeaf(byte[] bytes, KeysFactory<long[], TupleBuffer> keysFactory, DataFile bufferFile, BPlusTree<long[], TupleBuffer> bplustree) Method for creating a leaf from the given byte array.LeafFactoryFixedLongIndex.createLeaf(byte[] bytes, BPlusTree<long[], TupleBuffer> bplustree) Method for creating a leaf from the given byte array.LeafFactoryFixedLongIndex.createLeaf(BPlusKeys<long[], TupleBuffer> keys, long[] records, BPlusTree<long[], TupleBuffer> bplustree) LeafFactoryFixedLongIndex.createLeaf(BPlusKeys<long[], TupleBuffer> keys, BPlusTree<long[], TupleBuffer> bplustree) create new leafs