com.hazelcast.concurrent.atomicreference.operations
Class AbstractAlterOperation
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.concurrent.atomicreference.operations.AtomicReferenceBaseOperation
com.hazelcast.concurrent.atomicreference.operations.AtomicReferenceBackupAwareOperation
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
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 |
function
protected Data function
response
protected Object response
backup
protected Data backup
AbstractAlterOperation
public AbstractAlterOperation()
AbstractAlterOperation
public AbstractAlterOperation(String name,
Data function)
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.