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 DataSerializable
IOException
public void readData(DataInput in) throws IOException
readData
in interface DataSerializable
IOException
public void setHazelcastInstance(HazelcastInstance hazelcastInstance)
setHazelcastInstance
in interface HazelcastInstanceAware
public long getCreationTime()
getCreationTime
in interface MapEntry
public long getExpirationTime()
getExpirationTime
in interface MapEntry
public long getLastUpdateTime()
getLastUpdateTime
in interface MapEntry
public long getLastAccessTime()
getLastAccessTime
in interface MapEntry
public long getLastStoredTime()
getLastStoredTime
in interface MapEntry
public long getVersion()
getVersion
in interface MapEntry
public boolean equals(Object o)
public int hashCode()
Copyright © 2013 Hazelcast, Inc.. All rights reserved.