Uses of Class
io.debezium.connector.mysql.MySqlConnectorConfig.SecureConnectionMode
-
Packages that use MySqlConnectorConfig.SecureConnectionMode Package Description io.debezium.connector.mysql io.debezium.connector.mysql.legacy -
-
Uses of MySqlConnectorConfig.SecureConnectionMode in io.debezium.connector.mysql
Methods in io.debezium.connector.mysql that return MySqlConnectorConfig.SecureConnectionMode Modifier and Type Method Description static MySqlConnectorConfig.SecureConnectionModeMySqlConnectorConfig.SecureConnectionMode. parse(String value)Determine if the supplied value is one of the predefined options.static MySqlConnectorConfig.SecureConnectionModeMySqlConnectorConfig.SecureConnectionMode. parse(String value, String defaultValue)Determine if the supplied value is one of the predefined options.MySqlConnectorConfig.SecureConnectionModeMySqlConnection.MySqlConnectionConfiguration. sslMode()MySqlConnectorConfig.SecureConnectionModeMySqlConnectorConfig. sslMode()static MySqlConnectorConfig.SecureConnectionModeMySqlConnectorConfig.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.Methods in io.debezium.connector.mysql with parameters of type MySqlConnectorConfig.SecureConnectionMode Modifier and Type Method Description private com.github.shyiko.mysql.binlog.network.SSLModeMySqlStreamingChangeEventSource. sslModeFor(MySqlConnectorConfig.SecureConnectionMode mode) -
Uses of MySqlConnectorConfig.SecureConnectionMode in io.debezium.connector.mysql.legacy
Methods in io.debezium.connector.mysql.legacy that return MySqlConnectorConfig.SecureConnectionMode Modifier and Type Method Description MySqlConnectorConfig.SecureConnectionModeMySqlJdbcContext. sslMode()Methods in io.debezium.connector.mysql.legacy with parameters of type MySqlConnectorConfig.SecureConnectionMode Modifier and Type Method Description protected static com.github.shyiko.mysql.binlog.network.SSLModeBinlogReader. sslModeFor(MySqlConnectorConfig.SecureConnectionMode mode)
-