Uses of Interface
org.apache.ignite.internal.persistence.tree.BPlusTree.TreeRowClosure
Packages that use BPlusTree.TreeRowClosure
Package
Description
-
Uses of BPlusTree.TreeRowClosure in com._1c.g5.v8.bm.core.internal.ignite.store.longkey
Methods in com._1c.g5.v8.bm.core.internal.ignite.store.longkey with parameters of type BPlusTree.TreeRowClosureModifier and TypeMethodDescriptionGridCursor<com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongDataRow>LongKeyDataTree.find(com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongSearchRow lower, com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongSearchRow upper, BPlusTree.TreeRowClosure<com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongSearchRow, com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongDataRow> c, Object x) -
Uses of BPlusTree.TreeRowClosure in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey
Methods in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey with parameters of type BPlusTree.TreeRowClosureModifier and TypeMethodDescriptionGridCursor<com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectDataRow>ObjectKeyDataTree.find(com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectSearchRow lower, com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectSearchRow upper, BPlusTree.TreeRowClosure<com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectSearchRow, com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectDataRow> c, Object x) -
Uses of BPlusTree.TreeRowClosure in org.apache.ignite.internal.persistence.tree
Methods in org.apache.ignite.internal.persistence.tree with parameters of type BPlusTree.TreeRowClosureModifier and TypeMethodDescriptionBPlusTree.find(L lower, L upper, boolean lowIncl, boolean upIncl, BPlusTree.TreeRowClosure<L, T> c, Object x) BPlusTree.findFirst(BPlusTree.TreeRowClosure<L, T> filter) Returns a value mapped to the lowest key, ornullif tree is empty or no entry matches the passed filter.BPlusTree.findLast(BPlusTree.TreeRowClosure<L, T> c) Returns a value mapped to the greatest key, ornullif tree is empty or no entry matches the passed filter.final <R> RvoidlongBPlusTree.size(BPlusTree.TreeRowClosure<L, T> filter) Returns number of elements in the tree that match the filter by scanning through the pages of the leaf level.