@InterfaceAudience.Public public interface ServerTask
Modifier and Type | Interface and Description |
---|---|
static class |
ServerTask.State
Task state
|
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.
|
ServerTask.State |
getState()
Get the current state of the task.
|
String |
getStatus()
Get the current status of the task.
|
String getDescription()
ServerTask.State getState()
long getStartTime()
long getCompletionTime()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.