JavaScript is disabled on your browser.
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.enterprise.wan.operation.EWRBaseOperation
All Implemented Interfaces:
com.hazelcast.nio.serialization.DataSerializable, com.hazelcast.nio.serialization.IdentifiedDataSerializable, com.hazelcast.spi.PartitionAwareOperation
Direct Known Subclasses:
EWRBackupAwareOperation , EWRPutBackupOperation , EWRRemoveBackupOperation , RemoveWanEventBackupsOperation
public abstract class EWRBaseOperation
extends com.hazelcast.spi.Operation
implements com.hazelcast.spi.PartitionAwareOperation, com.hazelcast.nio.serialization.IdentifiedDataSerializable
Base class for WAN replication operations.
Field Summary
Fields
Modifier and Type
Field and Description
protected Object
response
Fields inherited from class com.hazelcast.spi.Operation
GENERIC_PARTITION_ID
Method Summary
Methods inherited from class com.hazelcast.spi.Operation
call, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getServiceName, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, requiresExplicitServiceName, run, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, toString, validatesTarget, writeData
Methods inherited from interface com.hazelcast.spi.PartitionAwareOperation
getPartitionId
Methods inherited from interface com.hazelcast.nio.serialization.IdentifiedDataSerializable
getId
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
Copyright © 2022 Hazelcast, Inc. . All Rights Reserved.