public class MvccFirstRowTreeClosure extends Object implements MvccTreeClosure
| Constructor and Description |
|---|
MvccFirstRowTreeClosure(GridCacheContext cctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(BPlusTree<CacheSearchRow,CacheDataRow> tree,
BPlusIO<CacheSearchRow> 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).
|
CacheDataRow |
row() |
String |
toString() |
public MvccFirstRowTreeClosure(GridCacheContext cctx)
cctx - Cache context.@Nullable public CacheDataRow row()
public boolean apply(BPlusTree<CacheSearchRow,CacheDataRow> tree, BPlusIO<CacheSearchRow> io, long pageAddr, int idx) throws IgniteCheckedException
apply in interface BPlusTree.TreeRowClosure<CacheSearchRow,CacheDataRow>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.7.5 Release Date : June 4 2019