Uses of Class
com.zendesk.maxwell.util.RunState
-
Packages that use RunState Package Description com.zendesk.maxwell.util grab-bag of code -
-
Uses of RunState in com.zendesk.maxwell.util
Methods in com.zendesk.maxwell.util that return RunState Modifier and Type Method Description RunState
StoppableTaskState. getState()
static RunState
RunState. valueOf(String name)
Returns the enum constant of this type with the specified name.static RunState[]
RunState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-