Uses of Enum
org.apache.hadoop.hbase.ServerTask.State
-
Uses of ServerTask.State in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionprivate final ServerTask.State
ServerTaskBuilder.ServerTaskImpl.state
private ServerTask.State
ServerTaskBuilder.state
Modifier and TypeMethodDescriptionServerTask.getState()
Get the current state of the task.ServerTaskBuilder.ServerTaskImpl.getState()
static ServerTask.State
Returns the enum constant of this type with the specified name.static ServerTask.State[]
ServerTask.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionprivate
ServerTaskImpl
(String description, String status, ServerTask.State state, long startTime, long completionTime)