public class RemoveWanEventBackupsOperation extends EWRBaseOperation implements com.hazelcast.spi.BackupOperation, com.hazelcast.nio.serialization.IdentifiedDataSerializable, com.hazelcast.spi.impl.AllowedDuringPassiveState
response| Constructor and Description |
|---|
RemoveWanEventBackupsOperation() |
RemoveWanEventBackupsOperation(String wanReplicationName,
String targetName,
Map<DistributedObjectIdentifier,Integer> eventCounts) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
protected void |
readInternal(com.hazelcast.nio.ObjectDataInput in) |
void |
run() |
protected void |
writeInternal(com.hazelcast.nio.ObjectDataOutput out) |
afterRun, beforeRun, getFactoryId, getResponse, returnsResponsecall, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getServiceName, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, requiresExplicitServiceName, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, toString, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic RemoveWanEventBackupsOperation()
public RemoveWanEventBackupsOperation(String wanReplicationName, String targetName, Map<DistributedObjectIdentifier,Integer> eventCounts)
public void run()
throws Exception
run in class com.hazelcast.spi.OperationExceptionpublic int getId()
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializableprotected void writeInternal(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeInternal in class EWRBaseOperationIOExceptionprotected void readInternal(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readInternal in class EWRBaseOperationIOExceptionCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.