public class SqlServerSourceConfig extends JdbcSourceConfig
SourceConfig.Factory<C extends SourceConfig>connectionPoolSize, connectMaxRetries, connectTimeoutMillis, databaseList, driverClassName, fetchSize, hostname, originUrl, password, port, serverTimeZone, tableList, usernamedbzProperties, distributionFactorLower, distributionFactorUpper, exactlyOnce, inverseSamplingRate, sampleShardingThreshold, splitSize, startupConfig, stopConfig| 构造器和说明 |
|---|
SqlServerSourceConfig(StartupConfig startupConfig,
StopConfig stopConfig,
List<String> databaseList,
List<String> tableList,
int splitSize,
double distributionFactorUpper,
double distributionFactorLower,
int sampleShardingThreshold,
int inverseSamplingRate,
Properties dbzProperties,
String driverClassName,
String hostname,
int port,
String username,
String password,
String originUrl,
int fetchSize,
String serverTimeZone,
long connectTimeoutMillis,
int connectMaxRetries,
int connectionPoolSize,
boolean exactlyOnce) |
| 限定符和类型 | 方法和说明 |
|---|---|
io.debezium.connector.sqlserver.SqlServerConnectorConfig |
getDbzConnectorConfig() |
RelationalTableFilters |
getTableFilters() |
getConnectionPoolSize, getConnectMaxRetries, getConnectTimeoutMillis, getDatabaseList, getDriverClassName, getFetchSize, getHostname, getOriginUrl, getPassword, getPort, getServerTimeZone, getTableList, getUsernamegetDbzConfiguration, getDistributionFactorLower, getDistributionFactorUpper, getInverseSamplingRate, getSampleShardingThreshold, getSplitSize, getStartupConfig, getStopConfig, isExactlyOncepublic SqlServerSourceConfig(StartupConfig startupConfig, StopConfig stopConfig, List<String> databaseList, List<String> tableList, int splitSize, double distributionFactorUpper, double distributionFactorLower, int sampleShardingThreshold, int inverseSamplingRate, Properties dbzProperties, String driverClassName, String hostname, int port, String username, String password, String originUrl, int fetchSize, String serverTimeZone, long connectTimeoutMillis, int connectMaxRetries, int connectionPoolSize, boolean exactlyOnce)
public io.debezium.connector.sqlserver.SqlServerConnectorConfig getDbzConnectorConfig()
getDbzConnectorConfig 在类中 JdbcSourceConfigpublic RelationalTableFilters getTableFilters()
Copyright © 2024 The Apache Software Foundation. All rights reserved.