All Classes and Interfaces
Class
Description
Exception that indicates that CDC (Change Data Capture) functionality is disabled.
Exception that indicates an internal error in CDC (Change Data Capture) processing.
Manager for CDC.
Exception thrown when a CDC replication with the specified name already exists.
The definition of a CDC replication.
A builder for
CdcReplicationDefinition.CDC replication execution nodes.
The definition of a CDC replication instance.
A builder for
CdcReplicationInstance.CDC replication mode.
Exception thrown when a CDC replication with the specified name is not found.
Exception that indicates that CDC Replication start has failed.
CDC replication status.
Exception that indicates that CDC Replication stop has failed.
Exception thrown when a CDC sink with the specified name already exists.
Exception that indicates that a CDC sink has been already initialized.
Exception that indicates an internal error in CDC sink close operation.
Exception that indicates that flush operation in CDC sink has failed.
Exception that indicates that CDC sink initialization has failed.
Exception thrown when a CDC sink with the specified name is not found.
Exception that indicates that a CDC sink has not been initialized.
Exception that indicates an internal error in CDC sink write batch processing.
Exception thrown when a CDC source with the specified name already exists.
Exception thrown when a CDC source with the specified name is not found.
Exception thrown when there is a validation error in CDC operations.
The definition of a CDC sink.
A builder for
SinkDefinition.Sink-type-specific dynamic parameters.
Represents the status of a sink including its definition and associated checks.
Builder for creating SinkStatus instances.
CDC sink type.
The definition of a source.
A builder for
SourceDefinition.Source-type-specific dynamic parameters.
Represents the status of a source including its definition and associated checks.
Builder for creating SourceStatus instances.
The name of the table that is being replicated.
CDC source type.
Interface for CDC table sink that allows writing data to a specific table.
Validator for
TableSinks to ensure the sink is ready for writing data.Represents a violation or failed check with a name, optional error details, and an optional hint for resolution.
Builder for creating Check instances.