public class UnlockEntryProcessor extends AbstractRegionCacheEntryProcessor
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 |
getId() |
Void |
process(Map.Entry<Object,Expirable> entry) |
void |
readData(ObjectDataInput in) |
void |
writeData(ObjectDataOutput out) |
getBackupProcessor, getFactoryId, processBackuppublic UnlockEntryProcessor()
public UnlockEntryProcessor(ExpiryMarker lock, String nextMarkerId, long timestamp)
public void writeData(ObjectDataOutput out) throws IOException
IOExceptionpublic void readData(ObjectDataInput in) throws IOException
IOExceptionpublic int getId()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.