Uses of Interface
com.semedy.reasoner.edb.persistentstore.bplustree.DataFile
Packages that use DataFile
Package
Description
-
Uses of DataFile in com.semedy.reasoner.edb.persistentstore
Fields in com.semedy.reasoner.edb.persistentstore declared as DataFileModifier and TypeFieldDescriptionBplusBlob._bufferFile
the buffered file for dataBplusIndexBytes._bufferFile
the buffered file for dataBplusIndexLongs._bufferFile
the buffered file for data -
Uses of DataFile in com.semedy.reasoner.edb.persistentstore.bplustree
Classes in com.semedy.reasoner.edb.persistentstore.bplustree that implement DataFileModifier and TypeClassDescriptionclass
Manages space in a file.class
Manages file space for data like indice values, symbols etc.class
class
Simple data file for symbol tableMethods in com.semedy.reasoner.edb.persistentstore.bplustree with parameters of type DataFileModifier and TypeMethodDescriptionboolean
BPlusInternalNode.checkSanity
(String message, KeyType minKey, KeyType maxKey, DataFile df) boolean
BPlusLeaf.checkSanity
(String message, KeyType minKey, KeyType maxKey, DataFile df) boolean
BPlusLeafIndex.checkSanity
(String message, long[] minKey, long[] maxKey, DataFile df) abstract boolean
BPlusNode.checkSanity
(String message, KeyType minKey, KeyType maxKey, DataFile df) checks whether all keys are sorted correctlyboolean
BPlusTree.checkSanity
(String message, DataFile df, boolean shadow) check sanity of whole treestatic BPlusLeafIndex
BPlusLeafIndex.createLeaf
(byte[] bytes, KeysFactory<long[], TupleBuffer> keysFactory, DataFile bufferFile, BPlusTree<long[], TupleBuffer> bplustree) Method for creating a leaf from the given byte array.Constructors in com.semedy.reasoner.edb.persistentstore.bplustree with parameters of type DataFileModifierConstructorDescriptionBPlusLeafIndex
(BPlusKeys<long[], TupleBuffer> keys, int nodelength, DataFile _bufferFile2, BPlusTree<long[], TupleBuffer> bplustree) BPlusLeafIndex
(BPlusKeys<long[], TupleBuffer> keys, long[] records, int maxSizeInBytes, DataFile bufferfile, BPlusTree<long[], TupleBuffer> bplustree) LeafFactoryFixedLongIndex
(int numKeys, int keyLengthInBytes, DataFile bufferfile, KeysFactoryFixedLong keysFactory)