public class UpdateEntryProcessor extends Object implements com.hazelcast.map.EntryProcessor<Object,Expirable,Boolean>, com.hazelcast.nio.serialization.IdentifiedDataSerializable
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 |
getClassId() |
int |
getFactoryId() |
Boolean |
process(Map.Entry<Object,Expirable> entry) |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
public UpdateEntryProcessor()
public UpdateEntryProcessor(ExpiryMarker lock, Object newValue, Object newVersion, 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 © 2020. All rights reserved.