public class MvccDataEntry extends DataEntry
cacheId, expireTime, key, nearXidVer, op, partCnt, partId, val, writeVer| Constructor and Description |
|---|
MvccDataEntry(int cacheId,
KeyCacheObject key,
@Nullable CacheObject val,
GridCacheOperation op,
GridCacheVersion nearXidVer,
GridCacheVersion writeVer,
long expireTime,
int partId,
long partCnt,
MvccVersion mvccVer) |
| Modifier and Type | Method and Description |
|---|---|
MvccVersion |
mvccVer() |
String |
toString() |
cacheId, expireTime, key, nearXidVersion, op, partitionCounter, partitionCounter, partitionId, value, writeVersionpublic MvccDataEntry(int cacheId,
KeyCacheObject key,
@Nullable
@Nullable CacheObject val,
GridCacheOperation op,
GridCacheVersion nearXidVer,
GridCacheVersion writeVer,
long expireTime,
int partId,
long partCnt,
MvccVersion mvccVer)
cacheId - Cache ID.key - Key.val - Value or null for delete operation.op - Operation.nearXidVer - Near transaction version.writeVer - Write version.expireTime - Expire time.partId - Partition ID.partCnt - Partition counter.mvccVer - Mvcc version.public MvccVersion mvccVer()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021