Package org.apache.ignite.internal.processors.cache.persistence.tree
-
Interface Summary Interface Description BPlusTree.TreeRowClosure<L,T extends L> A generic visitor-style interface for performing filtering/modifications/miscellaneous operations on the tree.BPlusTree.TreeRowFactory<L,T extends L> Row factory from page memory. -
Class Summary Class Description BPlusTree<L,T extends L> Abstract B+Tree -
Enum Summary Enum Description BPlusTree.Result Operation result. -
Exception Summary Exception Description BPlusTreeRuntimeException This exception indicates that there's something wrong with B+Tree data integrity.CorruptedTreeException Exception to distinguishBPlusTreetree broken invariants.