public class LockEntryProcessor extends AbstractRegionCacheEntryProcessor
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 |
getId() |
Expirable |
process(Map.Entry<Object,Expirable> entry) |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
getBackupProcessor, getFactoryId, processBackuppublic void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
IOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
IOExceptionpublic int getId()
Copyright © 2017. All Rights Reserved.