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(ObjectDataInput in) |
void |
writeData(ObjectDataOutput out) |
getBackupProcessor, getFactoryId, processBackuppublic void writeData(ObjectDataOutput out) throws IOException
IOExceptionpublic void readData(ObjectDataInput in) throws IOException
IOExceptionpublic int getId()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.