com.hazelcast.map.impl.operation
Class EntryBackupOperation

java.lang.Object
  extended by com.hazelcast.spi.Operation
      extended by com.hazelcast.map.impl.operation.KeyBasedMapOperation
          extended by com.hazelcast.map.impl.operation.EntryBackupOperation
All Implemented Interfaces:
DataSerializable, BackupOperation, RemotePropagatable<Operation>, PartitionAwareOperation

public class EntryBackupOperation
extends KeyBasedMapOperation
implements BackupOperation


Field Summary
protected  Object oldValue
           
 
Fields inherited from class com.hazelcast.map.impl.operation.KeyBasedMapOperation
dataKey, dataValue, mapContainer, mapService, name, partitionContainer, recordStore, threadId, ttl
 
Constructor Summary
EntryBackupOperation()
           
EntryBackupOperation(String name, Data dataKey, EntryBackupProcessor entryProcessor)
           
 
Method Summary
 void afterRun()
           
 Object getResponse()
           
 void innerBeforeRun()
           
protected  void readInternal(ObjectDataInput in)
           
 void run()
           
 String toString()
           
protected  void writeInternal(ObjectDataOutput out)
           
 
Methods inherited from class com.hazelcast.map.impl.operation.KeyBasedMapOperation
beforeRun, evict, getKey, getName, getThreadId, getTtl, getValue, invalidateNearCaches, returnsResponse, setThreadId
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hazelcast.spi.PartitionAwareOperation
getPartitionId
 

Field Detail

oldValue

protected transient Object oldValue
Constructor Detail

EntryBackupOperation

public EntryBackupOperation()

EntryBackupOperation

public EntryBackupOperation(String name,
                            Data dataKey,
                            EntryBackupProcessor entryProcessor)
Method Detail

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.