Uses of Enum
io.debezium.connector.common.BaseSourceTask.State
Packages that use BaseSourceTask.State
-
Uses of BaseSourceTask.State in io.debezium.connector.common
Fields in io.debezium.connector.common with type parameters of type BaseSourceTask.StateModifier and TypeFieldDescriptionprivate final AtomicReference<BaseSourceTask.State>BaseSourceTask.stateMethods in io.debezium.connector.common that return BaseSourceTask.StateModifier and TypeMethodDescriptionBaseSourceTask.getTaskState()static BaseSourceTask.StateReturns the enum constant of this type with the specified name.static BaseSourceTask.State[]BaseSourceTask.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.connector.common with parameters of type BaseSourceTask.StateModifier and TypeMethodDescriptionprivate voidBaseSourceTask.setTaskState(BaseSourceTask.State newState) Sets the new state for the task.