Uses of Class
io.debezium.connector.mysql.MySqlConnectorConfig.SnapshotMode
-
Packages that use MySqlConnectorConfig.SnapshotMode Package Description io.debezium.connector.mysql io.debezium.connector.mysql.legacy -
-
Uses of MySqlConnectorConfig.SnapshotMode in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql declared as MySqlConnectorConfig.SnapshotMode Modifier and Type Field Description private MySqlConnectorConfig.SnapshotModeMySqlConnectorConfig. snapshotModeMethods in io.debezium.connector.mysql that return MySqlConnectorConfig.SnapshotMode Modifier and Type Method Description MySqlConnectorConfig.SnapshotModeMySqlConnectorConfig. getSnapshotMode()static MySqlConnectorConfig.SnapshotModeMySqlConnectorConfig.SnapshotMode. parse(String value)Determine if the supplied value is one of the predefined options.static MySqlConnectorConfig.SnapshotModeMySqlConnectorConfig.SnapshotMode. parse(String value, String defaultValue)Determine if the supplied value is one of the predefined options.static MySqlConnectorConfig.SnapshotModeMySqlConnectorConfig.SnapshotMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MySqlConnectorConfig.SnapshotMode[]MySqlConnectorConfig.SnapshotMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MySqlConnectorConfig.SnapshotMode in io.debezium.connector.mysql.legacy
Methods in io.debezium.connector.mysql.legacy that return MySqlConnectorConfig.SnapshotMode Modifier and Type Method Description protected MySqlConnectorConfig.SnapshotModeMySqlTaskContext. snapshotMode()
-