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.name
GENERIC_PARTITION_ID
Constructor and Description |
---|
GetOperation() |
GetOperation(String name,
com.hazelcast.cluster.impl.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, toString
afterRun, 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, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
readData, writeData
public GetOperation(String name, com.hazelcast.cluster.impl.VectorClock observedClock)
name
- name of the PNCounter
public GetOperation()
public CRDTTimestampedLong getResponse()
Operation
Operation.returnsResponse()
returned true
, shortly after Operation.run()
returns.getResponse
in class Operation
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class AbstractPNCounterOperation
IOException
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class AbstractPNCounterOperation
IOException
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
Copyright © 2018 Hazelcast, Inc.. All rights reserved.