@InterfaceAudience.Public public interface ServerTask
Modifier and Type | Method and Description |
---|---|
long |
getCompletionTime()
Get the task completion time.
|
String |
getDescription()
Get the task's description.
|
long |
getStartTime()
Get the task start time.
|
org.apache.hadoop.hbase.ServerTask.State |
getState()
Get the current state of the task.
|
String |
getStatus()
Get the current status of the task.
|
String getDescription()
org.apache.hadoop.hbase.ServerTask.State getState()
long getStartTime()
long getCompletionTime()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.