public class UnlockEntryProcessor extends Object implements com.hazelcast.map.EntryProcessor<Object,Expirable,Object>, com.hazelcast.nio.serialization.IdentifiedDataSerializable
EntryProcessor which unlocks
a soft-locked region cached entry| Constructor and Description |
|---|
UnlockEntryProcessor() |
UnlockEntryProcessor(ExpiryMarker lock,
String nextMarkerId,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClassId() |
int |
getFactoryId() |
Object |
process(Map.Entry<Object,Expirable> entry) |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
public UnlockEntryProcessor()
public UnlockEntryProcessor(ExpiryMarker lock, String nextMarkerId, long timestamp)
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 getClassId()
getClassId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializableCopyright © 2021. All rights reserved.