V
- type of object instances to store.public class NearCacheObjectRecord<V> extends AbstractNearCacheRecord<V>
NearCacheRecord
to store
any object type except Data
.accessHit, accessTime, creationTime, expirationTime, NUMBER_OF_INTEGER_FIELD_TYPES, NUMBER_OF_LONG_FIELD_TYPES, partitionId, recordState, sequence, uuid, value
NOT_RESERVED, READ_PERMITTED, RESERVED, TIME_NOT_SET, UPDATE_STARTED
Constructor and Description |
---|
NearCacheObjectRecord(V value,
long creationTime,
long expiryTime) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
casRecordState, getAccessHit, getCreationTime, getExpirationTime, getInvalidationSequence, getLastAccessTime, getPartitionId, getRecordState, getValue, hasSameUuid, incrementAccessHit, isExpiredAt, isIdleAt, resetAccessHit, setAccessHit, setAccessTime, setCreationTime, setExpirationTime, setInvalidationSequence, setPartitionId, setUuid, setValue
public NearCacheObjectRecord(V value, long creationTime, long expiryTime)
public String toString()
toString
in class AbstractNearCacheRecord<V>
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.