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, unlockclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddBackupOp, 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, unlockpublic Object getValue()
public Data getValueData()
getValueData in interface Recordpublic void setValueData(Data value)
setValueData in interface Recordpublic long getCost()
public boolean hasValueData()
hasValueData in interface Recordpublic int valueCount()
valueCount in interface Recordpublic void invalidate()
invalidate in interface RecordCopyright © 2013 Hazelcast, Inc.. All rights reserved.