public abstract class H2Row extends Object implements org.gridgain.internal.h2.result.Row, MvccVersionAware
| Constructor and Description |
|---|
H2Row() |
| Modifier and Type | Method and Description |
|---|---|
long |
expireTime() |
int |
getByteCount(org.gridgain.internal.h2.store.Data dummy) |
long |
getKey() |
org.gridgain.internal.h2.value.Value[] |
getValueList() |
abstract boolean |
indexSearchRow() |
boolean |
isDeleted() |
boolean |
isEmpty() |
long |
mvccCoordinatorVersion() |
long |
mvccCounter() |
int |
mvccOperationCounter() |
byte |
mvccTxState() |
void |
setDeleted(boolean deleted) |
void |
setKey(long key) |
void |
setKey(org.gridgain.internal.h2.result.SearchRow row) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnCount, getMemory, getValue, setValuemvccVersion, mvccVersion, mvccVersion, mvccVersionpublic void setKey(long key)
setKey in interface org.gridgain.internal.h2.result.SearchRowpublic void setKey(org.gridgain.internal.h2.result.SearchRow row)
setKey in interface org.gridgain.internal.h2.result.SearchRowpublic long getKey()
getKey in interface org.gridgain.internal.h2.result.SearchRowpublic int getByteCount(org.gridgain.internal.h2.store.Data dummy)
getByteCount in interface org.gridgain.internal.h2.result.Rowpublic boolean isEmpty()
isEmpty in interface org.gridgain.internal.h2.result.Rowpublic void setDeleted(boolean deleted)
setDeleted in interface org.gridgain.internal.h2.result.Rowpublic boolean isDeleted()
isDeleted in interface org.gridgain.internal.h2.result.Rowpublic org.gridgain.internal.h2.value.Value[] getValueList()
getValueList in interface org.gridgain.internal.h2.result.Rowpublic long mvccCoordinatorVersion()
mvccCoordinatorVersion in interface MvccVersionAwarepublic long mvccCounter()
mvccCounter in interface MvccVersionAwarepublic int mvccOperationCounter()
mvccOperationCounter in interface MvccVersionAwarepublic byte mvccTxState()
mvccTxState in interface MvccVersionAwarepublic long expireTime()
public abstract boolean indexSearchRow()
True for rows used for index search (as opposed to rows stored in H2Tree.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025