public class SimpleRecord extends AbstractSimpleRecord implements Record
Constructor and Description |
---|
SimpleRecord(int blockId,
CMap cmap,
long id,
Data key,
Data value) |
Modifier and Type | Method and Description |
---|---|
Record |
copy() |
long |
getCost() |
Object |
getValue() |
Data |
getValueData() |
boolean |
hasValueData() |
void |
invalidate() |
Object |
setValue(Object value) |
void |
setValueData(Data value) |
int |
valueCount() |
addBackupOp, addListener, addScheduledAction, clearLock, equals, forceBackupOps, getBackupOpCount, getBackupOps, getBlockId, getCreationTime, getExpirationTime, getHits, getId, getIndexes, getIndexTypes, getKey, getKeyData, getLastAccessTime, getLastStoredTime, getLastUpdateTime, getListeners, getLock, getLockAcquireTime, getLockAddress, getLockCount, getMultiValues, getName, getOptionalInfo, getRemainingIdle, getRemainingTTL, getRemoveTime, getScheduledActionCount, getScheduledActions, getVersion, getWriteTime, hashCode, hasListener, hasScheduledAction, incrementHits, incrementVersion, isActive, isDirty, isEvictable, isLoadable, isLocked, isRemovable, isRemoved, isValid, isValid, lock, markRemoved, removeListener, runBackupOps, setActive, setActive, setBackupOps, setCreationTime, setDirty, setExpirationTime, setIndexes, setInvalid, setLastAccessed, setLastAccessTime, setLastStoredTime, setLastUpdated, setLastUpdateTime, setLock, setMapListeners, setMaxIdle, setMultiValues, setRemoveTime, setScheduledActions, setTTL, setVersion, setWriteTime, testLock, unlock
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addBackupOp, addListener, addScheduledAction, clearLock, equals, forceBackupOps, getBackupOpCount, getBackupOps, getBlockId, getCreationTime, getExpirationTime, getHits, getId, getIndexes, getIndexTypes, getKey, getKeyData, getLastAccessTime, getLastStoredTime, getLastUpdateTime, getListeners, getLock, getLockAcquireTime, getLockAddress, getLockCount, getMultiValues, getName, getOptionalInfo, getRemainingIdle, getRemainingTTL, getRemoveTime, getScheduledActionCount, getScheduledActions, getVersion, getWriteTime, hashCode, hasListener, hasScheduledAction, incrementHits, incrementVersion, isActive, isDirty, isEvictable, isLoadable, isLocked, isRemovable, isRemoved, isValid, isValid, lock, markRemoved, removeListener, runBackupOps, setActive, setActive, setBackupOps, setCreationTime, setDirty, setExpirationTime, setIndexes, setInvalid, setLastAccessed, setLastAccessTime, setLastStoredTime, setLastUpdated, setLastUpdateTime, setLock, setMapListeners, setMaxIdle, setMultiValues, setRemoveTime, setScheduledActions, setTTL, setVersion, setWriteTime, testLock, toString, unlock
public Object getValue()
public Data getValueData()
getValueData
in interface Record
public void setValueData(Data value)
setValueData
in interface Record
public long getCost()
public boolean hasValueData()
hasValueData
in interface Record
public int valueCount()
valueCount
in interface Record
public void invalidate()
invalidate
in interface Record
Copyright © 2013 Hazelcast, Inc.. All rights reserved.