public class CacheObjectRecord extends AbstractCacheRecord<Object>
CacheRecord
which has an internal object format.Modifier and Type | Field and Description |
---|---|
protected Object |
value |
accessHit, accessTime, creationTime, expirationTime
TIME_NOT_AVAILABLE
Constructor and Description |
---|
CacheObjectRecord() |
CacheObjectRecord(Object value,
long creationTime,
long expiryTime) |
Modifier and Type | Method and Description |
---|---|
int |
getId()
Returns type identifier for this class.
|
Object |
getValue()
Gets the value of this
Evictable . |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
void |
setValue(Object value)
Sets the value of this
CacheRecord . |
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
getAccessHit, getCreationTime, getExpirationTime, getFactoryId, getLastAccessTime, incrementAccessHit, isExpiredAt, resetAccessHit, setAccessHit, setAccessTime, setCreationTime, setExpirationTime
protected Object value
public CacheObjectRecord()
public CacheObjectRecord(Object value, long creationTime, long expiryTime)
public Object getValue()
Evictable
Evictable
.Evictable
public void setValue(Object value)
CacheRecord
CacheRecord
.value
- the value for this CacheRecord
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
writeData
in class AbstractCacheRecord<Object>
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
readData
in class AbstractCacheRecord<Object>
in
- inputIOException
public int getId()
IdentifiedDataSerializable
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.