Uses of Enum
io.debezium.connector.binlog.BinlogConnectorConfig.SecureConnectionMode
Packages that use BinlogConnectorConfig.SecureConnectionMode
-
Uses of BinlogConnectorConfig.SecureConnectionMode in io.debezium.connector.binlog
Fields in io.debezium.connector.binlog declared as BinlogConnectorConfig.SecureConnectionModeModifier and TypeFieldDescriptionprivate final BinlogConnectorConfig.SecureConnectionModeBinlogConnectorConfig.secureConnectionModeMethods in io.debezium.connector.binlog that return BinlogConnectorConfig.SecureConnectionModeModifier and TypeMethodDescriptionBinlogConnectorConfig.getSslMode()Determine if the supplied value is one of the predefined options.Determine if the supplied value is one of the predefined options.Returns the enum constant of this type with the specified name.BinlogConnectorConfig.SecureConnectionMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.connector.binlog with parameters of type BinlogConnectorConfig.SecureConnectionModeModifier and TypeMethodDescriptionprivate com.github.shyiko.mysql.binlog.network.SSLModeBinlogStreamingChangeEventSource.sslModeFor(BinlogConnectorConfig.SecureConnectionMode mode) -
Uses of BinlogConnectorConfig.SecureConnectionMode in io.debezium.connector.binlog.jdbc
Methods in io.debezium.connector.binlog.jdbc that return BinlogConnectorConfig.SecureConnectionMode