public abstract class AtomicReferenceBaseOperation extends Operation implements PartitionAwareOperation
| Constructor and Description |
|---|
AtomicReferenceBaseOperation() |
AtomicReferenceBaseOperation(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRun() |
void |
beforeRun() |
ReferenceWrapper |
getReference() |
Object |
getResponse() |
protected void |
readInternal(ObjectDataInput in) |
boolean |
returnsResponse() |
protected void |
writeInternal(ObjectDataOutput out) |
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getStartTime, getWaitTimeout, isUrgent, logError, onException, readData, run, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPartitionIdprotected String name
public AtomicReferenceBaseOperation()
public AtomicReferenceBaseOperation(String name)
public ReferenceWrapper getReference()
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class OperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class OperationIOExceptionpublic void afterRun()
throws Exception
public void beforeRun()
throws Exception
public Object getResponse()
getResponse in class Operationpublic boolean returnsResponse()
returnsResponse in class OperationCopyright © 2021 Hazelcast, Inc.. All rights reserved.