| Package | Description |
|---|---|
| com.ververica.cdc.connectors.mysql |
| Modifier and Type | Method and Description |
|---|---|
static <T> MySqlSource.Builder<T> |
MySqlSource.builder()
Deprecated.
|
MySqlSource.Builder<T> |
MySqlSource.Builder.databaseList(String... databaseList)
Deprecated.
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.
|
MySqlSource.Builder<T> |
MySqlSource.Builder.debeziumProperties(Properties properties)
Deprecated.
The Debezium MySQL connector properties.
|
MySqlSource.Builder<T> |
MySqlSource.Builder.deserializer(com.ververica.cdc.debezium.DebeziumDeserializationSchema<T> deserializer)
Deprecated.
The deserializer used to convert from consumed
SourceRecord. |
MySqlSource.Builder<T> |
MySqlSource.Builder.hostname(String hostname)
Deprecated.
|
MySqlSource.Builder<T> |
MySqlSource.Builder.password(String password)
Deprecated.
Password to use when connecting to the MySQL database server.
|
MySqlSource.Builder<T> |
MySqlSource.Builder.port(int port)
Deprecated.
Integer port number of the MySQL database server.
|
MySqlSource.Builder<T> |
MySqlSource.Builder.serverId(int serverId)
Deprecated.
A numeric ID of this database client, which must be unique across all currently-running
database processes in the MySQL cluster.
|
MySqlSource.Builder<T> |
MySqlSource.Builder.serverTimeZone(String timeZone)
Deprecated.
The session time zone in database server, e.g.
|
MySqlSource.Builder<T> |
MySqlSource.Builder.startupOptions(StartupOptions startupOptions)
Deprecated.
Specifies the startup options.
|
MySqlSource.Builder<T> |
MySqlSource.Builder.tableList(String... tableList)
Deprecated.
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.
|
MySqlSource.Builder<T> |
MySqlSource.Builder.username(String username)
Deprecated.
Name of the MySQL database to use when connecting to the MySQL database server.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.