Class SourceCallInput

java.lang.Object
org.gridgain.internal.cli.call.cdc.source.SourceCallInput
All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.CallInput

public class SourceCallInput extends Object implements org.apache.ignite.internal.cli.core.call.CallInput
Input for create source call.
  • Method Details

    • name

      public String name()
      Returns the name of the source.
      Returns:
      Name of the source.
    • clusterUrl

      public String clusterUrl()
      Returns the URL of the cluster.
      Returns:
      URL of the cluster.
    • type

      public org.apache.ignite.rest.client.model.SourceType type()
      Returns the type of the source.
      Returns:
      SourceType of the source.
    • tables

      public List<org.apache.ignite.rest.client.model.SourceTable> tables()
      Returns a list of source tables parsed from the input table names. Each table name must be in the format "schema.table".
      Returns:
      List of SourceTable objects.
    • params

      public Map<String,Object> params()
      Returns the parameters of the source.
      Returns:
      Map of parameters.
    • builder

      public static SourceCallInput.SourceCallInputBuilder builder()
      Creates a builder for SourceCallInput.
      Returns:
      A new instance of SourceCallInput.SourceCallInputBuilder.