| Package | Description |
|---|---|
| io.debezium.connector.mysql |
| Modifier and Type | Method and Description |
|---|---|
static MySqlConnectorConfig.SecureConnectionMode |
MySqlConnectorConfig.SecureConnectionMode.parse(String value)
Determine if the supplied value is one of the predefined options.
|
static MySqlConnectorConfig.SecureConnectionMode |
MySqlConnectorConfig.SecureConnectionMode.parse(String value,
String defaultValue)
Determine if the supplied value is one of the predefined options.
|
MySqlConnectorConfig.SecureConnectionMode |
MySqlJdbcContext.sslMode() |
static MySqlConnectorConfig.SecureConnectionMode |
MySqlConnectorConfig.SecureConnectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySqlConnectorConfig.SecureConnectionMode[] |
MySqlConnectorConfig.SecureConnectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.github.shyiko.mysql.binlog.network.SSLMode |
BinlogReader.sslModeFor(MySqlConnectorConfig.SecureConnectionMode mode) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.