public final class CachedDataRecord extends DataRecord
value
evictionCriteriaNumber, key, statistics, version
Constructor and Description |
---|
CachedDataRecord() |
CachedDataRecord(Data keyData,
Data value,
boolean statisticsEnabled) |
Modifier and Type | Method and Description |
---|---|
Object |
getCachedValue() |
void |
invalidate() |
void |
setCachedValue(Object cachedValue) |
void |
setValue(Data o) |
getCost, getValue
equals, getEvictionCriteriaNumber, getKey, getStatistics, getVersion, hashCode, onAccess, onStore, onUpdate, setEvictionCriteriaNumber, setStatistics, setVersion, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getEvictionCriteriaNumber, getKey, getStatistics, getVersion, onAccess, onStore, onUpdate, setEvictionCriteriaNumber, setStatistics, setVersion
public void setValue(Data o)
setValue
in interface Record<Data>
setValue
in class DataRecord
public Object getCachedValue()
public void setCachedValue(Object cachedValue)
public void invalidate()
invalidate
in interface Record<Data>
invalidate
in class DataRecord
Copyright © 2014 Hazelcast, Inc.. All rights reserved.