public static class CMap.CMapEntry extends Object implements HazelcastInstanceAware, MapEntry, DataSerializable
| Constructor and Description |
|---|
CMap.CMapEntry() |
CMap.CMapEntry(Record record) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCost() |
long |
getCreationTime() |
long |
getExpirationTime() |
int |
getHits() |
Object |
getKey() |
long |
getLastAccessTime() |
long |
getLastStoredTime() |
long |
getLastUpdateTime() |
Object |
getValue() |
long |
getVersion() |
int |
hashCode() |
boolean |
isValid() |
void |
readData(DataInput in) |
void |
set(String name,
Object key) |
void |
setHazelcastInstance(HazelcastInstance hazelcastInstance) |
Object |
setValue(Object value) |
String |
toString() |
void |
writeData(DataOutput out) |
public CMap.CMapEntry()
public CMap.CMapEntry(Record record)
public void writeData(DataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(DataInput in) throws IOException
readData in interface DataSerializableIOExceptionpublic void setHazelcastInstance(HazelcastInstance hazelcastInstance)
setHazelcastInstance in interface HazelcastInstanceAwarepublic long getCreationTime()
getCreationTime in interface MapEntrypublic long getExpirationTime()
getExpirationTime in interface MapEntrypublic long getLastUpdateTime()
getLastUpdateTime in interface MapEntrypublic long getLastAccessTime()
getLastAccessTime in interface MapEntrypublic long getLastStoredTime()
getLastStoredTime in interface MapEntrypublic long getVersion()
getVersion in interface MapEntrypublic boolean equals(Object o)
public int hashCode()
Copyright © 2013 Hazelcast, Inc.. All rights reserved.