public class PostJoinWanOperation
extends com.hazelcast.spi.Operation
implements com.hazelcast.nio.serialization.IdentifiedDataSerializable
WanReplicationConfigs to a joining member.
New WAN replication configurations are added to joining member and
existing WAN replication configurations are merged. This means that any
publishers that are not present on the joining member are added.| Constructor and Description |
|---|
PostJoinWanOperation() |
PostJoinWanOperation(Collection<com.hazelcast.config.WanReplicationConfig> wanReplicationConfigs) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFactoryId() |
int |
getId() |
String |
getServiceName() |
protected void |
readInternal(com.hazelcast.nio.ObjectDataInput in) |
void |
run() |
protected void |
writeInternal(com.hazelcast.nio.ObjectDataOutput out) |
afterRun, beforeRun, call, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponse, getService, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, requiresExplicitServiceName, returnsResponse, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, toString, validatesTarget, writeDatapublic PostJoinWanOperation()
public PostJoinWanOperation(Collection<com.hazelcast.config.WanReplicationConfig> wanReplicationConfigs)
public int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic int getId()
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic void run()
throws Exception
run in class com.hazelcast.spi.OperationExceptionprotected 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.OperationIOExceptionpublic String getServiceName()
getServiceName in class com.hazelcast.spi.OperationCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.