Class SourceTableDefinition
java.lang.Object
org.gridgain.internal.cdc.api.source.SourceTableDefinition
The name of the table that is being replicated.
-
Constructor Summary
ConstructorsConstructorDescriptionSourceTableDefinition(@Nullable String schema, String name) Creates a new instance of SourceTableDefinition. -
Method Summary
-
Constructor Details
-
SourceTableDefinition
Creates a new instance of SourceTableDefinition.- Parameters:
schema- Source table schema name, can be null.name- Source table name, must not be null.
-
-
Method Details
-
schema
Source table schema name. -
name
Source table name. -
qualifiedName
public org.apache.ignite.table.QualifiedName qualifiedName()
-