Uses of Class
com.semedy.reasoner.edb.persistentstore.bplustree.BPlusInternalNode
-
Uses of BPlusInternalNode in com.semedy.reasoner.edb.persistentstore.bplustree
Modifier and TypeMethodDescriptionBPlusTree.getChild
(int offset, BPlusInternalNode<KeyType, KeyBufferType> node, int index, boolean shadow) void
BPlusNode.setFather
(BPlusInternalNode<KeyType, KeyBufferType> daddy, int index) set the father node and the index in father nodeint
BPlusTreeFile.writeInternalNode
(BPlusInternalNode<KeyType, KeyBufferType> toWrite, int offset) write an internal node at offsetlong
BPlusTreeFile.writeNewInternalNode
(BPlusInternalNode<KeyType, KeyBufferType> toWrite) Writes a new internal node to the end of the file.