public class MySqlSourceConfig extends Object implements Serializable
MySqlSource.| Modifier and Type | Method and Description |
|---|---|
int |
getConnectionPoolSize() |
int |
getConnectMaxRetries() |
java.time.Duration |
getConnectTimeout() |
List<String> |
getDatabaseList() |
io.debezium.config.Configuration |
getDbzConfiguration() |
Properties |
getDbzProperties() |
double |
getDistributionFactorLower() |
double |
getDistributionFactorUpper() |
int |
getFetchSize() |
String |
getHostname() |
Properties |
getJdbcProperties() |
io.debezium.connector.mysql.MySqlConnectorConfig |
getMySqlConnectorConfig() |
String |
getPassword() |
int |
getPort() |
ServerIdRange |
getServerIdRange() |
String |
getServerTimeZone() |
int |
getSplitMetaGroupSize() |
int |
getSplitSize() |
StartupOptions |
getStartupOptions() |
io.debezium.relational.RelationalTableFilters |
getTableFilters() |
List<String> |
getTableList() |
String |
getUsername() |
boolean |
isIncludeSchemaChanges() |
boolean |
isScanNewlyAddedTableEnabled() |
public String getHostname()
public int getPort()
public String getUsername()
public String getPassword()
@Nullable public ServerIdRange getServerIdRange()
public StartupOptions getStartupOptions()
public int getSplitSize()
public int getSplitMetaGroupSize()
public double getDistributionFactorUpper()
public double getDistributionFactorLower()
public int getFetchSize()
public String getServerTimeZone()
public java.time.Duration getConnectTimeout()
public int getConnectMaxRetries()
public int getConnectionPoolSize()
public boolean isIncludeSchemaChanges()
public boolean isScanNewlyAddedTableEnabled()
public Properties getDbzProperties()
public io.debezium.config.Configuration getDbzConfiguration()
public io.debezium.connector.mysql.MySqlConnectorConfig getMySqlConnectorConfig()
public io.debezium.relational.RelationalTableFilters getTableFilters()
public Properties getJdbcProperties()
Copyright © 2022 The Apache Software Foundation. All rights reserved.