Uses of Enum Class
org.apache.hadoop.hbase.ServerTask.State
Packages that use ServerTask.State
- 
Uses of ServerTask.State in org.apache.hadoop.hbaseFields in org.apache.hadoop.hbase declared as ServerTask.StateModifier and TypeFieldDescriptionprivate final ServerTask.StateServerTaskBuilder.ServerTaskImpl.stateprivate ServerTask.StateServerTaskBuilder.stateMethods in org.apache.hadoop.hbase that return ServerTask.StateModifier and TypeMethodDescriptionServerTask.getState()Get the current state of the task.ServerTaskBuilder.ServerTaskImpl.getState()static ServerTask.StateReturns 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.StateModifierConstructorDescriptionprivateServerTaskImpl(String description, String status, ServerTask.State state, long startTime, long completionTime)