Skip navigation links
A B C D E F G H I L M N O P Q R S T U V 

A

afterHandleLsn(Db2Partition, Lsn) - Method in class io.debezium.connector.db2.Db2StreamingChangeEventSource
expose control to the user to stop the connector.
afterHandleLsn(Db2Partition, Lsn) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2StreamFetchTask.StreamSplitReadTask
 
applyReadableMetadata(List<String>, DataType) - Method in class org.apache.flink.cdc.connectors.db2.table.Db2TableSource
 
asSummaryString() - Method in class org.apache.flink.cdc.connectors.db2.table.Db2TableSource
 

B

build() - Method in class org.apache.flink.cdc.connectors.db2.Db2Source.Builder
 
build() - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
builder() - Static method in class org.apache.flink.cdc.connectors.db2.Db2Source
 
Builder() - Constructor for class org.apache.flink.cdc.connectors.db2.Db2Source.Builder
 
builder() - Static method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder.Db2IncrementalSource
 
buildSplitScanQuery(TableId, RowType, boolean, boolean) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2ChunkSplitter
 
buildSplitScanQuery(TableId, RowType, boolean, boolean) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
Get split scan query for the given table.

C

chunkKeyColumn(String) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
The chunk key of table snapshot, captured tables are split into multiple chunks by the chunk key column when read the snapshot of table.
close() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
close() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2StreamFetchTask
 
closeIdleReaders(boolean) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
Whether to close idle readers at the end of the snapshot phase.
compareTo(Offset) - Method in class org.apache.flink.cdc.connectors.db2.source.offset.LsnOffset
 
configure(SourceSplitBase) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
connectionPoolSize(int) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
The connection pool size.
connectionString() - Method in class io.debezium.connector.db2.Db2Connection
Returns a JDBC connection string for the current configuration.
connectMaxRetries(int) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
The max retry times to get connection.
connectTimeout(Duration) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
The maximum time that the connector should wait after trying to connect to the Db2 database server before timing out.
copy() - Method in class org.apache.flink.cdc.connectors.db2.table.Db2TableSource
 
create(int) - Method in class org.apache.flink.cdc.connectors.db2.source.config.Db2SourceConfigFactory
 
createChunkSplitter(JdbcSourceConfig) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Dialect
 
createDb2Connection(RelationalDatabaseConnectorConfig) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2ConnectionUtils
 
createDb2DatabaseSchema(Db2ConnectorConfig, Db2Connection) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
 
createDynamicTableSource(DynamicTableFactory.Context) - Method in class org.apache.flink.cdc.connectors.db2.table.Db2TableSourceFactory
 
createFetchTask(SourceSplitBase) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Dialect
 
createFetchTaskContext(JdbcSourceConfig) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Dialect
The task context used for fetch task to fetch data from external systems.
createInitialOffset() - Method in class org.apache.flink.cdc.connectors.db2.source.offset.LsnFactory
 
createNoStoppingOffset() - Method in class org.apache.flink.cdc.connectors.db2.source.offset.LsnFactory
 
createTimestampOffset(long) - Method in class org.apache.flink.cdc.connectors.db2.source.offset.LsnFactory
 
currentLsn(Db2Connection) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
Fetch current largest log sequence number (LSN) of the database.

D

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
Defines the supported metadata columns for Db2TableSource.
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
The builder class for Db2SourceBuilder.Db2IncrementalSource to make it easier for the users to construct a Db2SourceBuilder.Db2IncrementalSource.
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
Factory for creating Db2SourceConfig.
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
 

E

equals(Object) - Method in class org.apache.flink.cdc.connectors.db2.source.offset.LsnOffset
 
equals(Object) - Method in class org.apache.flink.cdc.connectors.db2.table.Db2TableSource
 
equals(Object) - Method in class org.apache.flink.cdc.connectors.db2.table.StartupOptions
 
execute(ChangeEventSource.ChangeEventSourceContext, Db2Partition, Db2OffsetContext) - Method in class io.debezium.connector.db2.Db2StreamingChangeEventSource
 
execute(ChangeEventSource.ChangeEventSourceContext, Db2Partition, Db2OffsetContext) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2ScanFetchTask.Db2SnapshotSplitReadTask
 
execute(FetchTask.Context) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2StreamFetchTask
 
execute(ChangeEventSource.ChangeEventSourceContext, Db2Partition, Db2OffsetContext) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2StreamFetchTask.StreamSplitReadTask
 
executeBackfillTask(FetchTask.Context, StreamSplit) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2ScanFetchTask
 
executeDataSnapshot(FetchTask.Context) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2ScanFetchTask
 

F

factoryIdentifier() - Method in class org.apache.flink.cdc.connectors.db2.table.Db2TableSourceFactory
 
fetchSize(int) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
The maximum fetch size for per poll when read table snapshot.
finished() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2ScanFetchTask.Db2SnapshotSplitChangeEventSourceContext
 
fromDbzColumn(Column) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2ChunkSplitter
 
fromDbzColumn(Column) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2TypeUtils
Returns a corresponding Flink data type from a debezium Column.

G

generateSplits(TableId) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2ChunkSplitter
 
getCaptureName() - Method in class io.debezium.connector.db2.Db2Connection.CdcEnabledTable
 
getChangelogMode() - Method in class org.apache.flink.cdc.connectors.db2.table.Db2TableSource
 
getChangeRecordEmitter(Db2ScanFetchTask.Db2SnapshotSplitReadTask.Db2SnapshotContext, TableId, Object[]) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2ScanFetchTask.Db2SnapshotSplitReadTask
 
getChangesForTable(TableId, Lsn, Lsn, JdbcConnection.ResultSetConsumer) - Method in class io.debezium.connector.db2.Db2Connection
Provides all changes recorded by the DB2 CDC capture process for a given table.
getChangesForTables(Db2ChangeTable[], Lsn, Lsn, JdbcConnection.BlockingMultiResultSetConsumer) - Method in class io.debezium.connector.db2.Db2Connection
Provides all changes recorder by the DB2 CDC capture process for a set of tables.
getConnection() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getConverter() - Method in enum org.apache.flink.cdc.connectors.db2.table.Db2ReadableMetaData
 
getCurrentTimestamp() - Method in class io.debezium.connector.db2.Db2Connection
 
getDatabaseSchema() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getDataType() - Method in enum org.apache.flink.cdc.connectors.db2.table.Db2ReadableMetaData
 
getDbzConnectorConfig() - Method in class org.apache.flink.cdc.connectors.db2.source.config.Db2SourceConfig
 
getDbzConnectorConfig() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getDispatcher() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getErrorHandler() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getEventSourcePosition(DataCollectionId, OffsetContext, Object, Struct) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext.Db2EventMetadataProvider
 
getEventTimestamp(DataCollectionId, OffsetContext, Object, Struct) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext.Db2EventMetadataProvider
 
getFromLsn() - Method in class io.debezium.connector.db2.Db2Connection.CdcEnabledTable
 
getJdbcUrl(JdbcSourceConfig) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2PooledDataSourceFactory
 
getKey() - Method in enum org.apache.flink.cdc.connectors.db2.table.Db2ReadableMetaData
 
getLsn(SourceRecord) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
 
getLsnPosition(Map<String, ?>) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
 
getMaxLsn() - Method in class io.debezium.connector.db2.Db2Connection
 
getMetaDataConnection() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getName() - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Dialect
 
getNameOfChangeTable(String) - Method in class io.debezium.connector.db2.Db2Connection
 
getOffsetContext() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getPartition() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getPooledDataSourceFactory() - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Dialect
 
getQueue() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getRealDatabaseName() - Method in class io.debezium.connector.db2.Db2Connection
 
getScanRuntimeProvider(ScanTableSource.ScanContext) - Method in class org.apache.flink.cdc.connectors.db2.table.Db2TableSource
 
getSchemaNameAdjuster() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getSnapshotChangeEventSourceMetrics() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getSnapshotReceiver() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getSnapshottingTask(Db2Partition, Db2OffsetContext) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2ScanFetchTask.Db2SnapshotSplitReadTask
 
getSourceConfig() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getSplit() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2StreamFetchTask
 
getSplitColumn(Table, String) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
 
getSplitType(Table) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getSplitType(Column) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
 
getStreamingChangeEventSourceMetrics() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getStreamOffset(SourceRecord) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getTableFilter() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext
 
getTableId() - Method in class io.debezium.connector.db2.Db2Connection.CdcEnabledTable
 
getTableSchema(JdbcConnection, TableId, Tables.TableFilter) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Schema
 
getTableSchemaFromChangeTable(Db2ChangeTable) - Method in class io.debezium.connector.db2.Db2Connection
 
getTableSchemaFromTable(Db2ChangeTable) - Method in class io.debezium.connector.db2.Db2Connection
 
getTransactionId(DataCollectionId, OffsetContext, Object, Struct) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2SourceFetchTaskContext.Db2EventMetadataProvider
 

H

hashCode() - Method in class org.apache.flink.cdc.connectors.db2.table.Db2TableSource
 
hashCode() - Method in class org.apache.flink.cdc.connectors.db2.table.StartupOptions
 
hostname(String) - Method in class org.apache.flink.cdc.connectors.db2.Db2Source.Builder
 
hostname(String) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
Hostname of the Db2 database server.

I

includeSchemaChanges(boolean) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
Whether the Db2SourceBuilder.Db2IncrementalSource should output the schema changes or not.
incrementLsn(Lsn) - Method in class io.debezium.connector.db2.Db2Connection
Obtain the next available position in the database log.
initial() - Static method in class org.apache.flink.cdc.connectors.db2.table.StartupOptions
Performs an initial snapshot on the monitored database tables upon first startup, and continue to read change events from the database’s redo logs.
INITIAL_OFFSET - Static variable in class org.apache.flink.cdc.connectors.db2.source.offset.LsnOffset
 
io.debezium.connector.db2 - package io.debezium.connector.db2
 
isDataCollectionIdCaseSensitive(JdbcSourceConfig) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Dialect
 
isIncludeDataCollection(JdbcSourceConfig, TableId) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Dialect
Check if the tableId is included in SourceConfig.
isRunning() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2ScanFetchTask.Db2SnapshotSplitChangeEventSourceContext
 
isRunning() - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2StreamFetchTask
 
isTableUniqueIndexIncluded(String, String) - Method in class io.debezium.connector.db2.Db2Connection
 

L

latest() - Static method in class org.apache.flink.cdc.connectors.db2.table.StartupOptions
Never to perform snapshot on the monitored database tables upon first startup, just read from the end of the change events which means only have the changes since the connector was started.
listOfChangeTables() - Method in class io.debezium.connector.db2.Db2Connection
 
listOfNewChangeTables(Lsn, Lsn) - Method in class io.debezium.connector.db2.Db2Connection
 
listReadableMetadata() - Method in class org.apache.flink.cdc.connectors.db2.table.Db2TableSource
 
listTables(JdbcConnection, RelationalTableFilters) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2ConnectionUtils
 
lockTable(TableId) - Method in class io.debezium.connector.db2.Db2Connection
Creates an exclusive lock for a given table.
LsnFactory - Class in org.apache.flink.cdc.connectors.db2.source.offset
A factory to create LsnOffset.
LsnFactory() - Constructor for class org.apache.flink.cdc.connectors.db2.source.offset.LsnFactory
 
LsnOffset - Class in org.apache.flink.cdc.connectors.db2.source.offset
A structure describes an offset in a Lsn event.
LsnOffset(Lsn, Lsn, Long) - Constructor for class org.apache.flink.cdc.connectors.db2.source.offset.LsnOffset
 
LsnOffset(Lsn) - Constructor for class org.apache.flink.cdc.connectors.db2.source.offset.LsnOffset
 

M

metadataKeys - Variable in class org.apache.flink.cdc.connectors.db2.table.Db2TableSource
Metadata that is appended at the end of a physical source row.

N

newOffset(Map<String, String>) - Method in class org.apache.flink.cdc.connectors.db2.source.offset.LsnFactory
 
newOffset(String, Long) - Method in class org.apache.flink.cdc.connectors.db2.source.offset.LsnFactory
 
newOffset(Long) - Method in class org.apache.flink.cdc.connectors.db2.source.offset.LsnFactory
 
NO_STOPPING_OFFSET - Static variable in class org.apache.flink.cdc.connectors.db2.source.offset.LsnOffset
 

O

openJdbcConnection(JdbcSourceConfig) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Dialect
 
optionalOptions() - Method in class org.apache.flink.cdc.connectors.db2.table.Db2TableSourceFactory
 
OptionUtils - Class in org.apache.flink.cdc.connectors.db2.utils
A utility class to print configuration of connectors.
org.apache.flink.cdc.connectors.db2 - package org.apache.flink.cdc.connectors.db2
 
org.apache.flink.cdc.connectors.db2.source - package org.apache.flink.cdc.connectors.db2.source
 
org.apache.flink.cdc.connectors.db2.source.config - package org.apache.flink.cdc.connectors.db2.source.config
 
org.apache.flink.cdc.connectors.db2.source.dialect - package org.apache.flink.cdc.connectors.db2.source.dialect
 
org.apache.flink.cdc.connectors.db2.source.fetch - package org.apache.flink.cdc.connectors.db2.source.fetch
 
org.apache.flink.cdc.connectors.db2.source.handler - package org.apache.flink.cdc.connectors.db2.source.handler
 
org.apache.flink.cdc.connectors.db2.source.offset - package org.apache.flink.cdc.connectors.db2.source.offset
 
org.apache.flink.cdc.connectors.db2.source.utils - package org.apache.flink.cdc.connectors.db2.source.utils
 
org.apache.flink.cdc.connectors.db2.table - package org.apache.flink.cdc.connectors.db2.table
 
org.apache.flink.cdc.connectors.db2.utils - package org.apache.flink.cdc.connectors.db2.utils
 

P

parseSource(SchemaChangeEvent) - Method in class org.apache.flink.cdc.connectors.db2.source.handler.Db2SchemaChangeEventHandler
 
password(String) - Method in class org.apache.flink.cdc.connectors.db2.Db2Source.Builder
 
password(String) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
Password to use when connecting to the Db2 database server.
port(int) - Method in class org.apache.flink.cdc.connectors.db2.Db2Source.Builder
 
port(int) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
Integer port number of the Db2 database server.
prepare(Db2Partition) - Method in class org.apache.flink.cdc.connectors.db2.source.fetch.Db2ScanFetchTask.Db2SnapshotSplitReadTask
 
printOptions(String, Map<String, String>) - Static method in class org.apache.flink.cdc.connectors.db2.utils.OptionUtils
 
producedDataType - Variable in class org.apache.flink.cdc.connectors.db2.table.Db2TableSource
Data type that describes the final output of the source.

Q

queryApproximateRowCnt(JdbcConnection, TableId) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2ChunkSplitter
 
queryApproximateRowCnt(JdbcConnection, TableId) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
 
queryMin(JdbcConnection, TableId, String, Object) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2ChunkSplitter
 
queryMin(JdbcConnection, TableId, String, Object) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
 
queryMinMax(JdbcConnection, TableId, String) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2ChunkSplitter
 
queryMinMax(JdbcConnection, TableId, String) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
 
queryNextChunkMax(JdbcConnection, TableId, String, int, Object) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2ChunkSplitter
 
queryNextChunkMax(JdbcConnection, TableId, String, int, Object) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
Returns the next LSN to be read from the database.
queryTableSchema(JdbcConnection, TableId) - Method in class org.apache.flink.cdc.connectors.db2.source.dialect.Db2Dialect
 
quote(String) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
 
quote(TableId) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
 
quotedTableIdString(TableId) - Method in class io.debezium.connector.db2.Db2Connection
 

R

readPrimaryKeyNames(DatabaseMetaData, TableId) - Method in class io.debezium.connector.db2.Db2Connection
 
readTableNames(String, String, String, String[]) - Method in class io.debezium.connector.db2.Db2Connection
Get the identifiers of the tables.
readTableSplitDataStatement(JdbcConnection, String, boolean, boolean, Object[], Object[], int, int) - Static method in class org.apache.flink.cdc.connectors.db2.source.utils.Db2Utils
Get table split data PreparedStatement.
readTableUniqueIndices(DatabaseMetaData, TableId) - Method in class io.debezium.connector.db2.Db2Connection
 
requiredOptions() - Method in class org.apache.flink.cdc.connectors.db2.table.Db2TableSourceFactory
 
resolveCatalogName(String) - Method in class io.debezium.connector.db2.Db2Connection
 

S

SCAN_STARTUP_MODE - Static variable in class org.apache.flink.cdc.connectors.db2.table.Db2TableSourceFactory
 
serverTimeZone(String) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
The session time zone in database server, e.g.
skipSnapshotBackfill(boolean) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
Whether to skip backfill in snapshot reading phase.
splitMetaGroupSize(int) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
The group size of split meta, if the meta size exceeds the group size, the meta will be will be divided into multiple groups.
splitSize(int) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
The split size (number of rows) of table snapshot, captured tables are split into multiple splits when read the snapshot of table.
startupMode - Variable in class org.apache.flink.cdc.connectors.db2.table.StartupOptions
 
startupOptions(StartupOptions) - Method in class org.apache.flink.cdc.connectors.db2.Db2Source.Builder
Specifies the startup options.
startupOptions(StartupOptions) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
Specifies the startup options.
StartupOptions - Class in org.apache.flink.cdc.connectors.db2.table
Debezium startup options.
StreamSplitReadTask(Db2ConnectorConfig, Db2Connection, Db2Connection, JdbcSourceEventDispatcher<Db2Partition>, ErrorHandler, Db2DatabaseSchema, StreamSplit) - Constructor for class org.apache.flink.cdc.connectors.db2.source.fetch.Db2StreamFetchTask.StreamSplitReadTask
 

T

tableList(String...) - Method in class org.apache.flink.cdc.connectors.db2.Db2Source.Builder
 
tableList(String...) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
A required list of regular expressions that match fully-qualified table identifiers for tables to be monitored; any table not included in the list will be excluded from monitoring.
timestampOfLsn(Lsn) - Method in class io.debezium.connector.db2.Db2Connection
Map a commit LSN to a point in time when the commit happened.

U

username(String) - Method in class org.apache.flink.cdc.connectors.db2.Db2Source.Builder
 
username(String) - Method in class org.apache.flink.cdc.connectors.db2.source.Db2SourceBuilder
Name of the Db2 database to use when connecting to the Db2 database server.

V

valueOf(String) - Static method in enum org.apache.flink.cdc.connectors.db2.table.Db2ReadableMetaData
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.flink.cdc.connectors.db2.table.Db2ReadableMetaData
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N O P Q R S T U V 
Skip navigation links

Copyright © 2024 The Apache Software Foundation. All rights reserved.