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.
  • Method Details

    • name

      public String name()
      Gets the name of the cdc replication.
      Returns:
      The name of the cdc replication.
    • sinkName

      public String sinkName()
      Gets the name of the cdc sink.
      Returns:
      The name of the cdc sink.
    • sourceName

      public String sourceName()
      Gets the name of the cdc source.
      Returns:
      The name of the cdc source .
    • clusterUrl

      public String 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

      public List<String> executionNodes()
      Gets the list of execution nodes.
      Returns:
      The list of execution nodes.
    • builder

      Creates a builder for CreateCdcReplicationCallInput.
      Returns:
      A new instance of CreateCdcReplicationCallInput.CdcReplicationCallInputBuilder.