public class DataRow extends CacheDataRowAdapter
CacheDataRowAdapter.RowData| Modifier and Type | Field and Description |
|---|---|
protected int |
hash |
protected int |
part |
cacheId, expireTime, key, link, val, ver| Constructor and Description |
|---|
DataRow(KeyCacheObject key,
CacheObject val,
GridCacheVersion ver,
int part,
long expireTime,
int cacheId) |
| Modifier and Type | Method and Description |
|---|---|
void |
cacheId(int cacheId) |
int |
hash() |
void |
link(long link) |
int |
partition() |
cacheId, expireTime, initFromLink, initFromLink, isReady, key, key, link, toString, value, versionpublic DataRow(KeyCacheObject key, CacheObject val, GridCacheVersion ver, int part, long expireTime, int cacheId)
key - Key.val - Value.ver - Version.part - Partition.expireTime - Expire time.cacheId - Cache ID.public int partition()
partition in interface CacheDataRowpartition in interface Storablepartition in class CacheDataRowAdapterpublic int hash()
hash in interface CacheSearchRowhash in class CacheDataRowAdapterpublic void link(long link)
link in interface CacheDataRowlink in interface Storablelink in class CacheDataRowAdapterlink - Link for this row.public void cacheId(int cacheId)
cacheId - Cache ID.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018