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
Modifier and TypeMethodDescriptionstatic CdcReplicationExecNodesany()Choose any node for the CDC replication.booleaninthashCode()nodes()Returns the list of node identifiers where the CDC replication is executed.static CdcReplicationExecNodes
-
Constructor Details
-
CdcReplicationExecNodes
public CdcReplicationExecNodes()Constructor needed for deserialization. -
CdcReplicationExecNodes
-
-
Method Details