Uses of Enum
org.apache.drill.exec.server.DrillbitStateManager.DrillbitState
Packages that use DrillbitStateManager.DrillbitState
-
Uses of DrillbitStateManager.DrillbitState in org.apache.drill.exec.server
Methods in org.apache.drill.exec.server that return DrillbitStateManager.DrillbitStateModifier 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.Methods in org.apache.drill.exec.server with parameters of type DrillbitStateManager.DrillbitStateModifier and TypeMethodDescriptionvoidDrillbitStateManager.setState(DrillbitStateManager.DrillbitState newState) Constructors in org.apache.drill.exec.server with parameters of type DrillbitStateManager.DrillbitStateModifierConstructorDescriptionDrillbitStateManager(DrillbitStateManager.DrillbitState currentState)