Uses of Class
com.semedy.reasoner.edb.persistentstore.bplustree.BPlusInternalNode
Packages that use BPlusInternalNode
-
Uses of BPlusInternalNode in com.semedy.reasoner.edb.persistentstore.bplustree
Methods in com.semedy.reasoner.edb.persistentstore.bplustree that return BPlusInternalNodeMethods in com.semedy.reasoner.edb.persistentstore.bplustree with parameters of type BPlusInternalNodeModifier and TypeMethodDescriptionBPlusTree.getChild(int offset, BPlusInternalNode<KeyType, KeyBufferType> node, int index, boolean shadow) voidBPlusNode.setFather(BPlusInternalNode<KeyType, KeyBufferType> daddy, int index) set the father node and the index in father nodeintBPlusTreeFile.writeInternalNode(BPlusInternalNode<KeyType, KeyBufferType> toWrite, int offset) write an internal node at offsetlongBPlusTreeFile.writeNewInternalNode(BPlusInternalNode<KeyType, KeyBufferType> toWrite) Writes a new internal node to the end of the file.