Uses of Enum
io.debezium.connector.mysql.MySqlConnectorConfig.SecureConnectionMode
Packages that use MySqlConnectorConfig.SecureConnectionMode
-
Uses of MySqlConnectorConfig.SecureConnectionMode in io.debezium.connector.mysql
Methods in io.debezium.connector.mysql that return MySqlConnectorConfig.SecureConnectionModeModifier and TypeMethodDescriptionDetermine if the supplied value is one of the predefined options.Determine if the supplied value is one of the predefined options.MySqlConnection.MySqlConnectionConfiguration.sslMode()MySqlConnectorConfig.sslMode()Returns the enum constant of this type with the specified name.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.SecureConnectionModeModifier and TypeMethodDescriptionprivate com.github.shyiko.mysql.binlog.network.SSLModeMySqlStreamingChangeEventSource.sslModeFor(MySqlConnectorConfig.SecureConnectionMode mode)