Uses of Enum Class
org.apache.hadoop.hbase.ServerTask.State
Packages that use ServerTask.State
-
Uses of ServerTask.State in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as ServerTask.StateModifier and TypeFieldDescriptionprivate final ServerTask.State
ServerTaskBuilder.ServerTaskImpl.state
private ServerTask.State
ServerTaskBuilder.state
Methods in org.apache.hadoop.hbase that return ServerTask.StateModifier and TypeMethodDescriptionServerTask.getState()
Get the current state of the task.ServerTaskBuilder.ServerTaskImpl.getState()
static ServerTask.State
Returns the enum constant of this class with the specified name.static ServerTask.State[]
ServerTask.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase with parameters of type ServerTask.StateConstructors in org.apache.hadoop.hbase with parameters of type ServerTask.StateModifierConstructorDescriptionprivate
ServerTaskImpl
(String description, String status, ServerTask.State state, long startTime, long completionTime)