public class GridCacheBatchSwapEntry extends GridCacheSwapEntryImpl
| Constructor and Description |
|---|
GridCacheBatchSwapEntry(KeyCacheObject key,
int part,
ByteBuffer valBytes,
byte type,
GridCacheVersion ver,
long ttl,
long expireTime,
IgniteUuid keyClsLdrId,
IgniteUuid valClsLdrId)
Creates batch swap entry.
|
| Modifier and Type | Method and Description |
|---|---|
KeyCacheObject |
key() |
int |
partition() |
expireTime, expireTime, getValue, keyClassLoaderId, marshal, offheapPointer, timeToLive, toString, ttl, type, unmarshal, value, value, valueBytes, valueBytes, valueClassLoaderId, valueOffset, version, versionpublic GridCacheBatchSwapEntry(KeyCacheObject key, int part, ByteBuffer valBytes, byte type, GridCacheVersion ver, long ttl, long expireTime, IgniteUuid keyClsLdrId, @Nullable IgniteUuid valClsLdrId)
key - Key.part - Partition id.valBytes - Value bytes.type - Value type.ver - Version.ttl - Time to live.expireTime - Expire time.keyClsLdrId - Key class loader ID.valClsLdrId - Optional value class loader ID.public KeyCacheObject key()
public int partition()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015