public class LockAwareLazyMapEntry extends LazyMapEntry implements LockAware
keyData, keyObject, valueData, valueObjectextractors, serializationService| Constructor and Description |
|---|
LockAwareLazyMapEntry() |
LockAwareLazyMapEntry(Data key,
Object value,
InternalSerializationService serializationService,
Extractors extractors,
Boolean locked) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClassId()
Returns type identifier for this class.
|
int |
getFactoryId()
Returns DataSerializableFactory factory ID for this class.
|
Boolean |
isLocked() |
equals, getMetadata, hashCode, hasNullValue, isModified, readData, remove, setMetadata, setValue, toString, writeDatagetKey, getKeyData, getTargetObject, getValue, getValueData, initextractAttributeType, getAttributeValue, getRecord, getStoreAdapter, setRecord, setStoreAdapterclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic LockAwareLazyMapEntry()
public LockAwareLazyMapEntry(Data key, Object value, InternalSerializationService serializationService, Extractors extractors, Boolean locked)
public Boolean isLocked()
public int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializablegetFactoryId in class LazyMapEntrypublic int getClassId()
IdentifiedDataSerializablegetClassId in interface IdentifiedDataSerializablegetClassId in class LazyMapEntryCopyright © 2019 Hazelcast, Inc.. All rights reserved.