public interface GridCacheSwapEntry<V>
| Modifier and Type | Method and Description |
|---|---|
long |
expireTime() |
IgniteUuid |
keyClassLoaderId() |
long |
offheapPointer() |
long |
ttl() |
V |
value() |
void |
value(V val) |
byte[] |
valueBytes() |
void |
valueBytes(byte[] valBytes) |
IgniteUuid |
valueClassLoaderId() |
boolean |
valueIsByteArray() |
GridCacheVersion |
version() |
byte[] valueBytes()
void valueBytes(@Nullable byte[] valBytes)
valBytes - Value bytes.V value()
void value(V val)
val - Value.boolean valueIsByteArray()
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.0.0-RC1 Release Date : February 17 2015