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.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a builder forSourceCallInput.Returns the URL of the cluster.name()Returns the name of the source.params()Returns the parameters of the source.List<org.apache.ignite.rest.client.model.SourceTable>tables()Returns a list of source tables parsed from the input table names.org.apache.ignite.rest.client.model.SourceTypetype()Returns the type of the source.
-
Method Details
-
name
Returns the name of the source.- Returns:
- Name of the source.
-
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:
SourceTypeof the source.
-
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
SourceTableobjects.
-
params
Returns the parameters of the source.- Returns:
- Map of parameters.
-
builder
Creates a builder forSourceCallInput.- Returns:
- A new instance of
SourceCallInput.SourceCallInputBuilder.
-