public class LockEntryProcessor extends Object implements com.hazelcast.map.EntryProcessor<Object,Expirable,Expirable>, com.hazelcast.nio.serialization.IdentifiedDataSerializable
EntryProcessor which soft-locks
a region cached entry| Constructor and Description |
|---|
LockEntryProcessor() |
LockEntryProcessor(String nextMarkerId,
long timeout,
Object version) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClassId() |
int |
getFactoryId() |
Expirable |
process(Map.Entry<Object,Expirable> entry) |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
public void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic int getClassId()
getClassId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializableCopyright © 2021. All rights reserved.