com.hazelcast.map.impl.record
V
- public interface Record<V>
Modifier and Type | Field and Description |
---|---|
static Object |
NOT_CACHED
If not a
CachedDataRecord . |
Modifier and Type | Method and Description |
---|---|
Object |
getCachedValue() |
long |
getCost() |
long |
getCreationTime() |
long |
getEvictionCriteriaNumber() |
Data |
getKey() |
long |
getLastAccessTime() |
long |
getLastUpdateTime() |
RecordStatistics |
getStatistics() |
long |
getTtl() |
V |
getValue() |
long |
getVersion() |
void |
invalidate() |
void |
onAccess() |
void |
onStore() |
void |
onUpdate() |
void |
setCachedValue(Object cachedValue) |
void |
setCreationTime(long creationTime) |
void |
setEvictionCriteriaNumber(long evictionCriteriaNumber) |
void |
setLastAccessTime(long lastAccessTime) |
void |
setLastUpdateTime(long lastUpdatedTime) |
void |
setStatistics(RecordStatistics stats) |
void |
setTtl(long ttl) |
void |
setValue(V value) |
void |
setVersion(long version) |
static final Object NOT_CACHED
CachedDataRecord
.Data getKey()
V getValue()
void setValue(V value)
void invalidate()
RecordStatistics getStatistics()
void setStatistics(RecordStatistics stats)
void onAccess()
void onUpdate()
void onStore()
long getCost()
long getVersion()
void setVersion(long version)
void setEvictionCriteriaNumber(long evictionCriteriaNumber)
long getEvictionCriteriaNumber()
Object getCachedValue()
void setCachedValue(Object cachedValue)
long getTtl()
void setTtl(long ttl)
long getLastAccessTime()
void setLastAccessTime(long lastAccessTime)
long getLastUpdateTime()
void setLastUpdateTime(long lastUpdatedTime)
long getCreationTime()
void setCreationTime(long creationTime)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.