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._bufferFilethe buffered file for dataBplusIndexBytes._bufferFilethe buffered file for dataBplusIndexLongs._bufferFilethe 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 TypeClassDescriptionclassManages space in a file.classManages file space for data like indice values, symbols etc.classclassSimple data file for symbol tableMethods in com.semedy.reasoner.edb.persistentstore.bplustree with parameters of type DataFileModifier and TypeMethodDescriptionbooleanBPlusInternalNode.checkSanity(String message, KeyType minKey, KeyType maxKey, DataFile df) booleanBPlusLeaf.checkSanity(String message, KeyType minKey, KeyType maxKey, DataFile df) booleanBPlusLeafIndex.checkSanity(String message, long[] minKey, long[] maxKey, DataFile df) abstract booleanBPlusNode.checkSanity(String message, KeyType minKey, KeyType maxKey, DataFile df) checks whether all keys are sorted correctlybooleanBPlusTree.checkSanity(String message, DataFile df, boolean shadow) check sanity of whole treestatic BPlusLeafIndexBPlusLeafIndex.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)