public final class CachedDataRecord extends DataRecord
valueevictionCriteriaNumber, 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, getValueequals, getEvictionCriteriaNumber, getKey, getStatistics, getVersion, hashCode, onAccess, onStore, onUpdate, setEvictionCriteriaNumber, setStatistics, setVersion, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEvictionCriteriaNumber, getKey, getStatistics, getVersion, onAccess, onStore, onUpdate, setEvictionCriteriaNumber, setStatistics, setVersionpublic void setValue(Data o)
setValue in interface Record<Data>setValue in class DataRecordpublic Object getCachedValue()
public void setCachedValue(Object cachedValue)
public void invalidate()
invalidate in interface Record<Data>invalidate in class DataRecordCopyright © 2021 Hazelcast, Inc.. All rights reserved.