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, valueNOT_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, setValuepublic NearCacheObjectRecord(V value, long creationTime, long expiryTime)
public String toString()
toString in class AbstractNearCacheRecord<V>Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.