public class WanMerkleTreeNodeCompareOperation
extends com.hazelcast.spi.Operation
implements com.hazelcast.internal.cluster.impl.operations.WanReplicationOperation, com.hazelcast.nio.serialization.IdentifiedDataSerializable, com.hazelcast.spi.impl.AllowedDuringPassiveState
MerkleTreeNodeValueComparison.
The comparison is offloaded to the WanBatchReplication.WAN_EXECUTOR wanExecutor.
| Constructor and Description |
|---|
WanMerkleTreeNodeCompareOperation() |
WanMerkleTreeNodeCompareOperation(String mapName,
MerkleTreeNodeValueComparison remoteLevels) |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.spi.CallStatus |
call() |
int |
getFactoryId() |
int |
getId() |
protected void |
readInternal(com.hazelcast.nio.ObjectDataInput in) |
protected void |
writeInternal(com.hazelcast.nio.ObjectDataOutput out) |
afterRun, beforeRun, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponse, getService, getServiceName, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, requiresExplicitServiceName, returnsResponse, run, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, toString, validatesTarget, writeDatapublic WanMerkleTreeNodeCompareOperation()
public WanMerkleTreeNodeCompareOperation(String mapName, MerkleTreeNodeValueComparison remoteLevels)
public com.hazelcast.spi.CallStatus call()
call in class com.hazelcast.spi.Operationpublic int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic int getId()
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializableprotected void writeInternal(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeInternal in class com.hazelcast.spi.OperationIOExceptionprotected void readInternal(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readInternal in class com.hazelcast.spi.OperationIOExceptionCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.