com.hazelcast.concurrent.atomicreference.operations
Class AbstractAlterOperation

java.lang.Object
  extended by com.hazelcast.spi.Operation
      extended by com.hazelcast.concurrent.atomicreference.operations.AtomicReferenceBaseOperation
          extended by com.hazelcast.concurrent.atomicreference.operations.AtomicReferenceBackupAwareOperation
              extended by com.hazelcast.concurrent.atomicreference.operations.AbstractAlterOperation
All Implemented Interfaces:
DataSerializable, IdentifiedDataSerializable, BackupAwareOperation, RemotePropagatable<Operation>, PartitionAwareOperation
Direct Known Subclasses:
AlterAndGetOperation, AlterOperation, GetAndAlterOperation

public abstract class AbstractAlterOperation
extends AtomicReferenceBackupAwareOperation


Field Summary
protected  Data backup
           
protected  Data function
           
protected  Object response
           
 
Fields inherited from class com.hazelcast.concurrent.atomicreference.operations.AtomicReferenceBackupAwareOperation
shouldBackup
 
Fields inherited from class com.hazelcast.concurrent.atomicreference.operations.AtomicReferenceBaseOperation
name
 
Constructor Summary
AbstractAlterOperation()
           
AbstractAlterOperation(String name, Data function)
           
 
Method Summary
 Operation getBackupOperation()
          Creates the BackupOperation responsible for making the backup.
 Object getResponse()
           
protected  boolean isEquals(Object o1, Object o2)
           
protected  void readInternal(ObjectDataInput in)
           
protected  void writeInternal(ObjectDataOutput out)
           
 
Methods inherited from class com.hazelcast.concurrent.atomicreference.operations.AtomicReferenceBackupAwareOperation
getAsyncBackupCount, getSyncBackupCount, shouldBackup
 
Methods inherited from class com.hazelcast.concurrent.atomicreference.operations.AtomicReferenceBaseOperation
afterRun, beforeRun, getFactoryId, getReference, returnsResponse
 
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, run, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, 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
 
Methods inherited from interface com.hazelcast.nio.serialization.IdentifiedDataSerializable
getId
 
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
 

Field Detail

function

protected Data function

response

protected Object response

backup

protected Data backup
Constructor Detail

AbstractAlterOperation

public AbstractAlterOperation()

AbstractAlterOperation

public AbstractAlterOperation(String name,
                              Data function)
Method Detail

isEquals

protected boolean isEquals(Object o1,
                           Object o2)

getResponse

public Object getResponse()
Overrides:
getResponse in class AtomicReferenceBaseOperation

writeInternal

protected void writeInternal(ObjectDataOutput out)
                      throws IOException
Overrides:
writeInternal in class AtomicReferenceBaseOperation
Throws:
IOException

readInternal

protected void readInternal(ObjectDataInput in)
                     throws IOException
Overrides:
readInternal in class AtomicReferenceBaseOperation
Throws:
IOException

getBackupOperation

public Operation getBackupOperation()
Description copied from interface: BackupAwareOperation
Creates the BackupOperation responsible for making the backup.

Returns:
the created BackupOperation.


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.