public class GetOperation extends AbstractPNCounterOperation implements ReadonlyOperation
PNCounter.
 The session consistency guarantees are provided by sending a last-observed
 vector clock with each operation. The operation response will contain the
 current replica vector clock.nameGENERIC_PARTITION_ID| Constructor and Description | 
|---|
GetOperation()  | 
GetOperation(String name,
            VectorClock observedClock)
Constructs the operation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getId()
Returns type identifier for this class. 
 | 
CRDTTimestampedLong | 
getResponse()
Called if and only if  
Operation.returnsResponse() returned true, shortly after Operation.run()
 returns. | 
protected void | 
readInternal(ObjectDataInput in)  | 
void | 
run()  | 
protected void | 
writeInternal(ObjectDataOutput out)  | 
getFactoryId, getName, getServiceName, toStringafterRun, beforeRun, call, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, returnsResponse, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreadData, writeDatapublic GetOperation(String name, VectorClock observedClock)
name - name of the PNCounterpublic GetOperation()
public CRDTTimestampedLong getResponse()
OperationOperation.returnsResponse() returned true, shortly after Operation.run()
 returns.getResponse in class Operationprotected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class AbstractPNCounterOperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class AbstractPNCounterOperationIOExceptionpublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializableCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.