| Constructor and Description |
|---|
ClientMapEntry(CMap.CMapEntry mapEntry,
K key,
MapClientProxy<K,V> proxy) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCost() |
long |
getCreationTime() |
long |
getExpirationTime() |
int |
getHits() |
K |
getKey() |
long |
getLastAccessTime() |
long |
getLastStoredTime() |
long |
getLastUpdateTime() |
V |
getValue() |
long |
getVersion() |
boolean |
isValid() |
V |
setValue(V value) |
String |
toString() |
public ClientMapEntry(CMap.CMapEntry mapEntry, K key, MapClientProxy<K,V> proxy)
public long getCreationTime()
getCreationTime in interface MapEntry<K,V>public long getExpirationTime()
getExpirationTime in interface MapEntry<K,V>public long getLastAccessTime()
getLastAccessTime in interface MapEntry<K,V>public long getLastStoredTime()
getLastStoredTime in interface MapEntry<K,V>public long getLastUpdateTime()
getLastUpdateTime in interface MapEntry<K,V>public long getVersion()
getVersion in interface MapEntry<K,V>Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.