Uses of Class
org.apache.ignite.internal.persistence.tree.BPlusTree
Packages that use BPlusTree
Package
Description
-
Uses of BPlusTree in com._1c.g5.v8.bm.core.internal.ignite.store.index
Subclasses of BPlusTree in com._1c.g5.v8.bm.core.internal.ignite.store.indexMethods in com._1c.g5.v8.bm.core.internal.ignite.store.index with parameters of type BPlusTreeModifier and TypeMethodDescriptionIndexRowInnerIO.getLookupRow(BPlusTree<R, ?> tree, long pageAddr, int idx) IndexRowLeafIO.getLookupRow(BPlusTree<R, ?> tree, long pageAddr, int idx) -
Uses of BPlusTree in com._1c.g5.v8.bm.core.internal.ignite.store.longkey
Subclasses of BPlusTree in com._1c.g5.v8.bm.core.internal.ignite.store.longkeyMethods in com._1c.g5.v8.bm.core.internal.ignite.store.longkey with parameters of type BPlusTreeModifier and TypeMethodDescriptionfinal com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongSearchRowLongDataInnerIO.getLookupRow(BPlusTree<com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongSearchRow, ?> tree, long pageAddr, int idx) final com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongSearchRowLongDataLeafIO.getLookupRow(BPlusTree<com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongSearchRow, ?> tree, long pageAddr, int idx) -
Uses of BPlusTree in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey
Subclasses of BPlusTree in com._1c.g5.v8.bm.core.internal.ignite.store.objectkeyMethods in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey with parameters of type BPlusTreeModifier and TypeMethodDescriptionfinal com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectSearchRowObjectDataInnerIO.getLookupRow(BPlusTree<com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectSearchRow, ?> tree, long pageAddr, int idx) final com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectSearchRowObjectDataLeafIO.getLookupRow(BPlusTree<com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectSearchRow, ?> tree, long pageAddr, int idx) -
Uses of BPlusTree in org.apache.ignite.internal.persistence.tree
Subclasses of BPlusTree in org.apache.ignite.internal.persistence.treeMethods in org.apache.ignite.internal.persistence.tree with parameters of type BPlusTreeModifier and TypeMethodDescriptionbooleanPerforms inspection or operation on a specified row and returns true if this row is required or matches or /operation successful (depending on the context).intBPlusTree.TreeVisitorClosure.visit(BPlusTree<L, T> tree, BPlusIO<L> io, long pageAddr, int idx, WalManager wal) Performs inspection or operation on a specified row. -
Uses of BPlusTree in org.apache.ignite.internal.persistence.tree.io
Methods in org.apache.ignite.internal.persistence.tree.io with parameters of type BPlusTreeModifier and TypeMethodDescriptionabstract LBPlusIO.getLookupRow(BPlusTree<L, ?> tree, long pageAddr, int idx) Get lookup row. -
Uses of BPlusTree in org.apache.ignite.internal.persistence.tree.util
Methods in org.apache.ignite.internal.persistence.tree.util with parameters of type BPlusTree