Class CdcReplicationExecNodes
java.lang.Object
org.gridgain.internal.cdc.api.replication.CdcReplicationExecNodes
CDC replication execution nodes.
This class represents the nodes where the CDC replication is executed. It contains a list of node identifiers that are going to be used for the replication process. If the list is empty, it means that the replication will be executed on any node in the cluster.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor needed for deserialization.CdcReplicationExecNodes(@Nullable List<String> nodes) -
Method Summary
-
Constructor Details
-
CdcReplicationExecNodes
public CdcReplicationExecNodes()Constructor needed for deserialization. -
CdcReplicationExecNodes
-
-
Method Details