public interface GridCacheSwapEntry
| Modifier and Type | Method and Description |
|---|---|
long |
expireTime() |
IgniteUuid |
keyClassLoaderId() |
long |
offheapPointer() |
long |
ttl() |
byte |
type() |
CacheObject |
value() |
void |
value(CacheObject val) |
byte[] |
valueBytes() |
void |
valueBytes(byte[] valBytes) |
IgniteUuid |
valueClassLoaderId() |
GridCacheVersion |
version() |
byte[] valueBytes()
byte type()
void valueBytes(@Nullable byte[] valBytes)
valBytes - Value bytes.CacheObject value()
void value(CacheObject val)
val - Value.GridCacheVersion version()
long ttl()
long expireTime()
@Nullable IgniteUuid keyClassLoaderId()
null for local class loader).@Nullable IgniteUuid valueClassLoaderId()
null for local class loader).long offheapPointer()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015