public class UpdateEntryProcessor extends AbstractRegionCacheEntryProcessor
EntryProcessor which attempts
to update a region cache entry| Constructor and Description |
|---|
UpdateEntryProcessor() |
UpdateEntryProcessor(ExpiryMarker lock,
Object newValue,
Object newVersion,
String nextMarkerId,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
Boolean |
process(Map.Entry<Object,Expirable> entry) |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
getBackupProcessor, getFactoryId, processBackuppublic UpdateEntryProcessor()
public UpdateEntryProcessor(ExpiryMarker lock, Object newValue, Object newVersion, String nextMarkerId, long timestamp)
public void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
IOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
IOExceptionpublic int getId()
Copyright © 2019. All Rights Reserved.