public class MvccSnapshotSearchRow extends MvccSearchRow implements MvccTreeClosure
crdVer, opCntr| Constructor and Description |
|---|
MvccSnapshotSearchRow(GridCacheContext cctx,
KeyCacheObject key,
MvccSnapshot snapshot)
Constructor.
|
| 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).
|
@Nullable CacheDataRow |
row() |
String |
toString() |
mvccCoordinatorVersion, mvccCounter, mvccOperationCountercacheId, hash, key, link, mvccTxStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmvccVersion, mvccVersion, mvccVersion, mvccVersionpublic MvccSnapshotSearchRow(GridCacheContext cctx, KeyCacheObject key, MvccSnapshot snapshot)
cctx - key - Key.snapshot - Snapshot.@Nullable public @Nullable 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.public String toString()
toString in class MvccSearchRow
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021