public static interface BPlusTree.TreeRowClosure<L,T extends L>
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(BPlusTree<L,T> tree,
BPlusIO<L> io,
long pageAddr,
int idx)
Performs inspection or operation on a specified row and returns true if this row is
required or matches or /operation successful (depending on the context).
|
boolean apply(BPlusTree<L,T> tree, BPlusIO<L> io, long pageAddr, int idx) throws IgniteCheckedException
tree - The tree.io - Th tree IO object.pageAddr - The page address.idx - The item index.True if the item passes the predicate.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021