| 程序包 | 说明 |
|---|---|
| cn.tenmg.cdc.log.connectors.base.config | |
| cn.tenmg.cdc.log.connectors.base.source |
| 限定符和类型 | 方法和说明 |
|---|---|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.connectionPoolSize(int connectionPoolSize)
The connection pool size.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.connectMaxRetries(int connectMaxRetries)
The max retry times to get connection.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.connectTimeout(java.time.Duration connectTimeout)
The maximum time that the connector should wait after trying to connect to the MySQL database
server before timing out.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.databaseList(String... databaseList)
An optional list of regular expressions that match database names to be monitored; any
database name not included in the whitelist will be excluded from monitoring.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.debeziumProperties(Properties properties)
The Debezium MySQL connector properties.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.distributionFactorLower(double distributionFactorLower)
The lower bound of split key evenly distribution factor, the factor is used to determine
whether the table is evenly distribution or not.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.distributionFactorUpper(double distributionFactorUpper)
The upper bound of split key evenly distribution factor, the factor is used to determine
whether the table is evenly distribution or not.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.fetchSize(int fetchSize)
The maximum fetch size for per poll when read table snapshot.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.hostname(String hostname)
Integer port number of the database server.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.includeSchemaChanges(boolean includeSchemaChanges)
Whether the
SourceConfig should output the schema changes or not. |
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.password(String password)
Password to use when connecting to the database server.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.port(int port)
Integer port number of the database server.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.serverTimeZone(String timeZone)
The session time zone in database server, e.g.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.splitMetaGroupSize(int splitMetaGroupSize)
The group size of split meta, if the meta size exceeds the group size, the meta will be will
be divided into multiple groups.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.splitSize(int splitSize)
The split size (number of rows) of table snapshot, captured tables are split into multiple
splits when read the snapshot of table.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.startupOptions(StartupOptions startupOptions)
Specifies the startup options.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.tableList(String... tableList)
An optional 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.
|
JdbcSourceConfigFactory |
JdbcSourceConfigFactory.username(String username)
Name of the user to use when connecting to the database server.
|
| 构造器和说明 |
|---|
JdbcIncrementalSource(JdbcSourceConfigFactory configFactory,
cn.tenmg.cdc.log.debezium.DebeziumDeserializationSchema<T> deserializationSchema,
OffsetFactory offsetFactory,
JdbcDataSourceDialect dataSourceDialect) |
Copyright © 2022 10MG. All rights reserved.