Uses of Enum
io.debezium.connector.jdbc.JdbcSinkConnectorTask.State
Packages that use JdbcSinkConnectorTask.State
-
Uses of JdbcSinkConnectorTask.State in io.debezium.connector.jdbc
Fields in io.debezium.connector.jdbc with type parameters of type JdbcSinkConnectorTask.StateModifier and TypeFieldDescriptionprivate final AtomicReference<JdbcSinkConnectorTask.State>JdbcSinkConnectorTask.stateMethods in io.debezium.connector.jdbc that return JdbcSinkConnectorTask.StateModifier and TypeMethodDescriptionstatic JdbcSinkConnectorTask.StateReturns the enum constant of this type with the specified name.static JdbcSinkConnectorTask.State[]JdbcSinkConnectorTask.State.values()Returns an array containing the constants of this enum type, in the order they are declared.