Uses of Enum
org.apache.drill.exec.server.DrillbitStateManager.DrillbitState
-
Uses of DrillbitStateManager.DrillbitState in org.apache.drill.exec.server
Modifier and TypeMethodDescriptionDrillbitStateManager.getState()
Returns the enum constant of this type with the specified name.static DrillbitStateManager.DrillbitState[]
DrillbitStateManager.DrillbitState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
DrillbitStateManager.setState
(DrillbitStateManager.DrillbitState newState) ModifierConstructorDescriptionDrillbitStateManager
(DrillbitStateManager.DrillbitState currentState)