Class CreateCdcReplicationCallInput
java.lang.Object
org.gridgain.internal.cli.call.cdc.replication.CreateCdcReplicationCallInput
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.CallInput
public class CreateCdcReplicationCallInput
extends Object
implements org.apache.ignite.internal.cli.core.call.CallInput
Input for create replication call.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a builder forCreateCdcReplicationCallInput.Gets the URL of the cluster.Gets the list of execution nodes.org.apache.ignite.rest.client.model.ReplicationModemode()Gets the replication mode.name()Gets the name of the cdc replication.sinkName()Gets the name of the cdc sink.Gets the name of the cdc source.
-
Method Details
-
name
Gets the name of the cdc replication.- Returns:
- The name of the cdc replication.
-
sinkName
Gets the name of the cdc sink.- Returns:
- The name of the cdc sink.
-
sourceName
Gets the name of the cdc source.- Returns:
- The name of the cdc source .
-
clusterUrl
Gets the URL of the cluster.- Returns:
- The URL of the cluster.
-
mode
public org.apache.ignite.rest.client.model.ReplicationMode mode()Gets the replication mode.- Returns:
- The replication mode.
-
executionNodes
Gets the list of execution nodes.- Returns:
- The list of execution nodes.
-
builder
Creates a builder forCreateCdcReplicationCallInput.- Returns:
- A new instance of
CreateCdcReplicationCallInput.CdcReplicationCallInputBuilder.
-