public abstract class GridH2Row extends Object implements org.h2.result.SearchRow, CacheDataRow, org.h2.result.Row
| Modifier and Type | Field and Description |
|---|---|
KeyCacheObject |
key |
long |
link |
int |
partId |
CacheObject |
val |
GridCacheVersion |
ver |
| Constructor and Description |
|---|
GridH2Row() |
| Modifier and Type | Method and Description |
|---|---|
int |
cacheId() |
void |
commit() |
int |
getByteCount(org.h2.store.Data dummy) |
org.h2.result.Row |
getCopy() |
long |
getKey() |
int |
getMemory() |
int |
getSessionId() |
org.h2.value.Value[] |
getValueList() |
int |
getVersion() |
int |
hash() |
boolean |
isDeleted() |
boolean |
isEmpty() |
KeyCacheObject |
key() |
void |
key(KeyCacheObject key) |
long |
link() |
void |
link(long link) |
int |
partition() |
void |
setDeleted(boolean deleted) |
void |
setKey(long key) |
void |
setKeyAndVersion(org.h2.result.SearchRow old) |
void |
setSessionId(int sessionId) |
void |
setVersion(int version) |
CacheObject |
value() |
GridCacheVersion |
version() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexpireTimepublic long link
public KeyCacheObject key
public CacheObject val
public GridCacheVersion ver
public int partId
public KeyCacheObject key()
key in interface CacheSearchRowpublic void key(KeyCacheObject key)
key in interface CacheDataRowpublic CacheObject value()
value in interface CacheDataRowpublic GridCacheVersion version()
version in interface CacheDataRowpublic int partition()
partition in interface CacheDataRowpublic long link()
link in interface CacheSearchRowpublic void link(long link)
link in interface CacheDataRowpublic org.h2.result.Row getCopy()
getCopy in interface org.h2.result.Rowpublic void setVersion(int version)
setVersion in interface org.h2.result.Rowpublic int getByteCount(org.h2.store.Data dummy)
getByteCount in interface org.h2.result.Rowpublic boolean isEmpty()
isEmpty in interface org.h2.result.Rowpublic void setDeleted(boolean deleted)
setDeleted in interface org.h2.result.Rowpublic void setSessionId(int sessionId)
setSessionId in interface org.h2.result.Rowpublic int getSessionId()
getSessionId in interface org.h2.result.Rowpublic void commit()
commit in interface org.h2.result.Rowpublic boolean isDeleted()
isDeleted in interface org.h2.result.Rowpublic void setKeyAndVersion(org.h2.result.SearchRow old)
setKeyAndVersion in interface org.h2.result.SearchRowpublic int getVersion()
getVersion in interface org.h2.result.SearchRowpublic void setKey(long key)
setKey in interface org.h2.result.SearchRowpublic long getKey()
getKey in interface org.h2.result.SearchRowpublic int getMemory()
getMemory in interface org.h2.result.SearchRowpublic org.h2.value.Value[] getValueList()
getValueList in interface org.h2.result.Rowpublic int hash()
hash in interface CacheSearchRowpublic int cacheId()
cacheId in interface CacheSearchRow
Follow @ApacheIgnite
Ignite Fabric : ver. 2.3.0 Release Date : October 28 2017