Class BPlusLeafRecords<KeyType,KeyBufferType>

java.lang.Object
com.semedy.reasoner.edb.persistentstore.bplustree.BPlusNode<KeyType,KeyBufferType>
com.semedy.reasoner.edb.persistentstore.bplustree.BPlusLeaf<KeyType,KeyBufferType>
com.semedy.reasoner.edb.persistentstore.bplustree.BPlusLeafRecords<KeyType,KeyBufferType>
All Implemented Interfaces:
CacheUnit
Direct Known Subclasses:
BPlusLeafIndex

public class BPlusLeafRecords<KeyType,KeyBufferType> extends BPlusLeaf<KeyType,KeyBufferType>
A leaf is the node in a B+ tree containing records. Although we want them to be generic,
most B+ trees are specialized. As a result, the only thing generic about the tree is the key
Author:
angele