Uses of Enum Class
io.debezium.connector.mysql.MySqlConnectorConfig.SnapshotNewTables
Packages that use MySqlConnectorConfig.SnapshotNewTables
-
Uses of MySqlConnectorConfig.SnapshotNewTables in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql declared as MySqlConnectorConfig.SnapshotNewTablesModifier and TypeFieldDescriptionprivate final MySqlConnectorConfig.SnapshotNewTablesMySqlConnectorConfig.snapshotNewTablesMethods in io.debezium.connector.mysql that return MySqlConnectorConfig.SnapshotNewTablesModifier and TypeMethodDescriptionMySqlConnectorConfig.getSnapshotNewTables()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 class with the specified name.MySqlConnectorConfig.SnapshotNewTables.values()Returns an array containing the constants of this enum class, in the order they are declared.