public static interface BPlusTree.TreeVisitorClosure<L,T extends L>
| Modifier and Type | Field and Description |
|---|---|
static int |
CAN_WRITE |
static int |
DIRTY |
static int |
STOP |
| Modifier and Type | Method and Description |
|---|---|
int |
state() |
int |
visit(BPlusTree<L,T> tree,
BPlusIO<L> io,
long pageAddr,
int idx,
IgniteWriteAheadLogManager wal)
Performs inspection or operation on a specified row.
|
static final int STOP
static final int CAN_WRITE
static final int DIRTY
int visit(BPlusTree<L,T> tree, BPlusIO<L> io, long pageAddr, int idx, IgniteWriteAheadLogManager wal) throws IgniteCheckedException
tree - The tree.io - Th tree IO object.pageAddr - The page address.idx - The item index.IgniteCheckedException - If failed.int state()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020