- database(String) - Method in class org.apache.flink.cdc.connectors.db2.Db2Source.Builder
-
- databaseList(String...) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
-
A required list of regular expressions that match database names to be monitored; any
database name not included in the whitelist will be excluded from monitoring.
- Db2ChunkSplitter - Class in org.apache.flink.cdc.connectors.db2.source.dialect
-
The splitter to split the table into chunks using primary-key (by default) or a given split key.
- Db2ChunkSplitter(JdbcSourceConfig, JdbcDataSourceDialect) - Constructor for class org.apache.flink.cdc.connectors.db2.source.dialect.Db2ChunkSplitter
-
- Db2Connection - Class in io.debezium.connector.db2
-
Copied from Debezium 1.9.8.Final.
- Db2Connection(JdbcConfiguration) - Constructor for class io.debezium.connector.db2.Db2Connection
-
Creates a new connection using the supplied configuration.
- Db2Connection.CdcEnabledTable - Class in io.debezium.connector.db2
-
- Db2ConnectionUtils - Class in org.apache.flink.cdc.connectors.db2.source.utils
-
Utils for Db2 connection.
- Db2ConnectionUtils() - Constructor for class org.apache.flink.cdc.connectors.db2.source.utils.Db2ConnectionUtils
-
- Db2Dialect - Class in org.apache.flink.cdc.connectors.db2.source.dialect
-
The JdbcDataSourceDialect implementation for Db2 datasource.
- Db2Dialect(Db2SourceConfig) - Constructor for class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Dialect
-
- Db2EventMetadataProvider() - Constructor for class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext.Db2EventMetadataProvider
-
- Db2IncrementalSource(Db2SourceConfigFactory, DebeziumDeserializationSchema<T>, LsnFactory, Db2Dialect) - Constructor for class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder.Db2IncrementalSource
-
- Db2PooledDataSourceFactory - Class in org.apache.flink.cdc.connectors.db2.source.dialect
-
Factory to create JdbcConnectionPoolFactory for SQL Server.
- Db2PooledDataSourceFactory() - Constructor for class org.apache.flink.cdc.connectors.db2.source.dialect.Db2PooledDataSourceFactory
-
- Db2ReadableMetaData - Enum in org.apache.flink.cdc.connectors.db2.table
-
- Db2ScanFetchTask - Class in org.apache.flink.cdc.connectors.db2.source.fetch
-
The task to work for fetching data of Db2 table snapshot split.
- Db2ScanFetchTask(SnapshotSplit) - Constructor for class org.apache.flink.cdc.connectors.db2.source.fetch.Db2ScanFetchTask
-
- Db2ScanFetchTask.Db2SnapshotSplitChangeEventSourceContext - Class in org.apache.flink.cdc.connectors.db2.source.fetch
-
The ChangeEventSource.ChangeEventSourceContext implementation for bounded stream task
of a snapshot split task.
- Db2ScanFetchTask.Db2SnapshotSplitReadTask - Class in org.apache.flink.cdc.connectors.db2.source.fetch
-
A wrapped task to fetch snapshot split of table.
- Db2Schema - Class in org.apache.flink.cdc.connectors.db2.source.dialect
-
A component used to get schema by table path.
- Db2Schema() - Constructor for class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Schema
-
- Db2SchemaChangeEventHandler - Class in org.apache.flink.cdc.connectors.db2.source.handler
-
This Db2SchemaChangeEventHandler helps to parse the source struct in SchemaChangeEvent and
generate source info.
- Db2SchemaChangeEventHandler() - Constructor for class org.apache.flink.cdc.connectors.db2.source.handler.Db2SchemaChangeEventHandler
-
- Db2SnapshotSplitChangeEventSourceContext() - Constructor for class org.apache.flink.cdc.connectors.db2.source.fetch.Db2ScanFetchTask.Db2SnapshotSplitChangeEventSourceContext
-
- Db2SnapshotSplitReadTask(Db2ConnectorConfig, Db2OffsetContext, SnapshotProgressListener<Db2Partition>, Db2DatabaseSchema, Db2Connection, JdbcSourceEventDispatcher<Db2Partition>, EventDispatcher.SnapshotReceiver<Db2Partition>, SnapshotSplit) - Constructor for class org.apache.flink.cdc.connectors.db2.source.fetch.Db2ScanFetchTask.Db2SnapshotSplitReadTask
-
- Db2Source - Class in org.apache.flink.cdc.connectors.db2
-
Source for DB2 CDC connector.
- Db2Source() - Constructor for class org.apache.flink.cdc.connectors.db2.Db2Source
-
- Db2Source.Builder<T> - Class in org.apache.flink.cdc.connectors.db2
-
Builder for Db2Source.
- Db2SourceBuilder<T> - Class in org.apache.flink.cdc.connectors.db2.source
-
- Db2SourceBuilder() - Constructor for class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
-
- Db2SourceBuilder.Db2IncrementalSource<T> - Class in org.apache.flink.cdc.connectors.db2.source
-
The JdbcIncrementalSource implementation for Db2.
- Db2SourceConfig - Class in org.apache.flink.cdc.connectors.db2.source.config
-
Describes the connection information of the Db2 database and the configuration information for
performing snapshotting and streaming reading, such as splitSize.
- Db2SourceConfig(StartupOptions, List<String>, List<String>, int, int, double, double, boolean, boolean, Properties, Configuration, String, String, int, String, String, int, String, Duration, int, int, String, boolean) - Constructor for class org.apache.flink.cdc.connectors.db2.source.config.Db2SourceConfig
-
- Db2SourceConfigFactory - Class in org.apache.flink.cdc.connectors.db2.source.config
-
- Db2SourceConfigFactory() - Constructor for class org.apache.flink.cdc.connectors.db2.source.config.Db2SourceConfigFactory
-
- Db2SourceFetchTaskContext - Class in org.apache.flink.cdc.connectors.db2.source.fetch
-
The context for fetch task that fetching data of snapshot split from Db2 data source.
- Db2SourceFetchTaskContext(JdbcSourceConfig, Db2Dialect, Db2Connection, Db2Connection) - Constructor for class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
-
- Db2SourceFetchTaskContext.Db2EventMetadataProvider - Class in org.apache.flink.cdc.connectors.db2.source.fetch
-
Copied from debezium for accessing here.
- Db2StreamFetchTask - Class in org.apache.flink.cdc.connectors.db2.source.fetch
-
The task to work for fetching data of Db2 table stream split .
- Db2StreamFetchTask(StreamSplit) - Constructor for class org.apache.flink.cdc.connectors.db2.source.fetch.Db2StreamFetchTask
-
- Db2StreamFetchTask.StreamSplitReadTask - Class in org.apache.flink.cdc.connectors.db2.source.fetch
-
A wrapped task to read all redo logs for table and also supports read bounded (from
lowWatermark to highWatermark) redo logs.
- Db2StreamingChangeEventSource - Class in io.debezium.connector.db2
-
Copied from Debezium project(1.9.8.final)
- Db2StreamingChangeEventSource(Db2ConnectorConfig, Db2Connection, Db2Connection, EventDispatcher<Db2Partition, TableId>, ErrorHandler, Clock, Db2DatabaseSchema) - Constructor for class io.debezium.connector.db2.Db2StreamingChangeEventSource
-
- Db2TableSource - Class in org.apache.flink.cdc.connectors.db2.table
-
TableSource for DB2 CDC connector.
- Db2TableSource(ResolvedSchema, int, String, String, String, String, String, ZoneId, Properties, StartupOptions, boolean, int, int, int, Duration, int, int, double, double, String, boolean, boolean) - Constructor for class org.apache.flink.cdc.connectors.db2.table.Db2TableSource
-
- Db2TableSourceFactory - Class in org.apache.flink.cdc.connectors.db2.table
-
Table source factory for DB2 CDC connector.
- Db2TableSourceFactory() - Constructor for class org.apache.flink.cdc.connectors.db2.table.Db2TableSourceFactory
-
- Db2TypeUtils - Class in org.apache.flink.cdc.connectors.db2.source.utils
-
Utilities for converting from Db2 types to Flink SQL types.
- Db2TypeUtils() - Constructor for class org.apache.flink.cdc.connectors.db2.source.utils.Db2TypeUtils
-
- Db2Utils - Class in org.apache.flink.cdc.connectors.db2.source.utils
-
The utils for Db2 data source.
- Db2Utils() - Constructor for class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
-
- debeziumProperties(Properties) - Method in class org.apache.flink.cdc.connectors.db2.Db2Source.Builder
-
- debeziumProperties(Properties) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
-
The Debezium Db2 connector properties.
- deserializer(DebeziumDeserializationSchema<T>) - Method in class org.apache.flink.cdc.connectors.db2.Db2Source.Builder
-
- deserializer(DebeziumDeserializationSchema<T>) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
-
The deserializer used to convert from consumed SourceRecord.
- discoverDataCollections(JdbcSourceConfig) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Dialect
-
- discoverDataCollectionSchemas(JdbcSourceConfig) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Dialect
-
- displayCurrentOffset(JdbcSourceConfig) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Dialect
-
- distributionFactorLower(double) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
-
The lower bound of split key evenly distribution factor, the factor is used to determine
whether the table is evenly distribution or not.
- distributionFactorUpper(double) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
-
The upper bound of split key evenly distribution factor, the factor is used to determine
whether the table is evenly distribution or not.
- doExecute(ChangeEventSource.ChangeEventSourceContext, Db2OffsetContext, AbstractSnapshotChangeEventSource.SnapshotContext<Db2Partition, Db2OffsetContext>, AbstractSnapshotChangeEventSource.SnapshottingTask) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2ScanFetchTask.Db2SnapshotSplitReadTask
-