public interface GridCacheVersionedEntry<K,V>
| Modifier and Type | Method and Description |
|---|---|
byte |
dataCenterId()
Gets ID of initiator data center.
|
long |
expireTime()
Gets entry's expire time.
|
K |
key()
Gets entry's key.
|
long |
order()
Gets entry's order in initiator data center.
|
int |
topologyVersion()
Gets entry's topology version in initiator data center.
|
long |
ttl()
Gets entry's TTL.
|
V |
value(CacheObjectValueContext ctx)
Gets entry's value.
|
K key()
@Nullable V value(CacheObjectValueContext ctx)
ctx - Object value context.long ttl()
long expireTime()
byte dataCenterId()
int topologyVersion()
long order()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018