com.hazelcast.concurrent.atomiclong.operations
Class AbstractAlterOperation
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.concurrent.atomiclong.operations.AtomicLongBaseOperation
com.hazelcast.concurrent.atomiclong.operations.AtomicLongBackupAwareOperation
com.hazelcast.concurrent.atomiclong.operations.AbstractAlterOperation
- All Implemented Interfaces:
- DataSerializable, IdentifiedDataSerializable, BackupAwareOperation, RemotePropagatable<Operation>, PartitionAwareOperation
- Direct Known Subclasses:
- AlterAndGetOperation, AlterOperation, GetAndAlterOperation
public abstract class AbstractAlterOperation
- extends AtomicLongBackupAwareOperation
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 IFunction<Long,Long> function
response
protected long response
backup
protected long backup
AbstractAlterOperation
public AbstractAlterOperation()
AbstractAlterOperation
public AbstractAlterOperation(String name,
IFunction<Long,Long> function)
getResponse
public Object getResponse()
- Overrides:
getResponse
in class AtomicLongBaseOperation
writeInternal
protected void writeInternal(ObjectDataOutput out)
throws IOException
- Overrides:
writeInternal
in class AtomicLongBaseOperation
- Throws:
IOException
readInternal
protected void readInternal(ObjectDataInput in)
throws IOException
- Overrides:
readInternal
in class AtomicLongBaseOperation
- 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.