public class LockAwareLazyMapEntry extends LazyMapEntry implements LockAware
keyData, keyObject, valueData, valueObject
extractors, serializationService
Constructor and Description |
---|
LockAwareLazyMapEntry() |
LockAwareLazyMapEntry(Data key,
Object value,
InternalSerializationService serializationService,
Extractors extractors,
Boolean locked) |
Modifier and Type | Method and Description |
---|---|
int |
getFactoryId()
Returns DataSerializableFactory factory ID for this class.
|
int |
getId()
Returns type identifier for this class.
|
Boolean |
isLocked() |
equals, hashCode, hasNullValue, isModified, readData, remove, setValue, toString, writeData
getKey, getKeyData, getTargetObject, getValue, getValueData, init
extractAttributeType, getAttributeValue, getMetadata, setMetadata
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public LockAwareLazyMapEntry()
public LockAwareLazyMapEntry(Data key, Object value, InternalSerializationService serializationService, Extractors extractors, Boolean locked)
public Boolean isLocked()
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
getFactoryId
in class LazyMapEntry
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
getId
in class LazyMapEntry
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.