public class Db2SourceConfig
extends org.apache.flink.cdc.connectors.base.config.JdbcSourceConfig
chunkKeyColumn, connectionPoolSize, connectMaxRetries, connectTimeout, databaseList, driverClassName, fetchSize, hostname, password, port, schemaList, serverTimeZone, tableList, usernamecloseIdleReaders, dbzConfiguration, dbzProperties, distributionFactorLower, distributionFactorUpper, includeSchemaChanges, isScanNewlyAddedTableEnabled, skipSnapshotBackfill, splitMetaGroupSize, splitSize, startupOptions| Constructor and Description |
|---|
Db2SourceConfig(org.apache.flink.cdc.connectors.base.options.StartupOptions startupOptions,
List<String> databaseList,
List<String> tableList,
int splitSize,
int splitMetaGroupSize,
double distributionFactorUpper,
double distributionFactorLower,
boolean includeSchemaChanges,
boolean closeIdleReaders,
Properties dbzProperties,
io.debezium.config.Configuration dbzConfiguration,
String driverClassName,
String hostname,
int port,
String username,
String password,
int fetchSize,
String serverTimeZone,
java.time.Duration connectTimeout,
int connectMaxRetries,
int connectionPoolSize,
String chunkKeyColumn,
boolean skipSnapshotBackfill) |
| Modifier and Type | Method and Description |
|---|---|
io.debezium.connector.db2.Db2ConnectorConfig |
getDbzConnectorConfig() |
getChunkKeyColumn, getConnectionPoolSize, getConnectMaxRetries, getConnectTimeout, getDatabaseList, getDriverClassName, getFetchSize, getHostname, getPassword, getPort, getServerTimeZone, getTableFilters, getTableList, getUsername, isScanNewlyAddedTableEnabledgetDbzConfiguration, getDbzProperties, getDistributionFactorLower, getDistributionFactorUpper, getSplitMetaGroupSize, getSplitSize, getStartupOptions, isCloseIdleReaders, isIncludeSchemaChanges, isSkipSnapshotBackfillpublic Db2SourceConfig(org.apache.flink.cdc.connectors.base.options.StartupOptions startupOptions,
List<String> databaseList,
List<String> tableList,
int splitSize,
int splitMetaGroupSize,
double distributionFactorUpper,
double distributionFactorLower,
boolean includeSchemaChanges,
boolean closeIdleReaders,
Properties dbzProperties,
io.debezium.config.Configuration dbzConfiguration,
String driverClassName,
String hostname,
int port,
String username,
String password,
int fetchSize,
String serverTimeZone,
java.time.Duration connectTimeout,
int connectMaxRetries,
int connectionPoolSize,
String chunkKeyColumn,
boolean skipSnapshotBackfill)
Copyright © 2024 The Apache Software Foundation. All rights reserved.