com.hazelcast.map.impl.operation
Class EntryBackupOperation
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.map.impl.operation.KeyBasedMapOperation
com.hazelcast.map.impl.operation.EntryBackupOperation
- All Implemented Interfaces:
- DataSerializable, BackupOperation, RemotePropagatable<Operation>, PartitionAwareOperation
public class EntryBackupOperation
- extends KeyBasedMapOperation
- implements BackupOperation
Methods inherited from class com.hazelcast.spi.Operation |
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeData |
oldValue
protected transient Object oldValue
EntryBackupOperation
public EntryBackupOperation()
EntryBackupOperation
public EntryBackupOperation(String name,
Data dataKey,
EntryBackupProcessor entryProcessor)
innerBeforeRun
public void innerBeforeRun()
- Overrides:
innerBeforeRun
in class KeyBasedMapOperation
run
public void run()
- Specified by:
run
in class Operation
afterRun
public void afterRun()
throws Exception
- Overrides:
afterRun
in class KeyBasedMapOperation
- Throws:
Exception
readInternal
protected void readInternal(ObjectDataInput in)
throws IOException
- Overrides:
readInternal
in class KeyBasedMapOperation
- Throws:
IOException
writeInternal
protected void writeInternal(ObjectDataOutput out)
throws IOException
- Overrides:
writeInternal
in class KeyBasedMapOperation
- Throws:
IOException
getResponse
public Object getResponse()
- Specified by:
getResponse
in class Operation
toString
public String toString()
- Overrides:
toString
in class Operation
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.