Package | Description |
---|---|
org.apache.hadoop.hbase |
Modifier and Type | Field and Description |
---|---|
private ServerTask.State |
ServerTaskBuilder.state |
private ServerTask.State |
ServerTaskBuilder.ServerTaskImpl.state |
Modifier and Type | Method and Description |
---|---|
ServerTask.State |
ServerTaskBuilder.ServerTaskImpl.getState() |
ServerTask.State |
ServerTask.getState()
Get the current state of the task.
|
static ServerTask.State |
ServerTask.State.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
ServerTaskBuilder |
ServerTaskBuilder.setState(ServerTask.State state) |
Constructor and Description |
---|
ServerTaskImpl(String description,
String status,
ServerTask.State state,
long startTime,
long completionTime) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.