Uses of Class
org.apache.drill.yarn.appMaster.TaskState
Package
Description
Implements the Drill Application Master for YARN.
-
Uses of TaskState in org.apache.drill.yarn.appMaster
Modifier and TypeClassDescriptionstatic class
Task for which a termination request has been sent to the Drill-bit, but confirmation has not yet been received from the Node Manager.static class
Task for which a forced termination request has been sent to the Node Manager, but a stop message has not yet been received.Modifier and TypeFieldDescriptionstatic final TaskState
TaskState.END
static final TaskState
TaskState.ENDING
static final TaskState
TaskState.KILLING
static final TaskState
TaskState.LAUNCHING
static final TaskState
TaskState.REQUESTING
static final TaskState
TaskState.RUNNING
static final TaskState
TaskState.START
protected TaskState
Task.state
Life-cycle state of this task.static final TaskState
TaskState.WAIT_END_ACK
static final TaskState
TaskState.WAIT_START_ACK
Modifier and TypeMethodDescriptionprotected void
TaskState.transition
(EventContext context, TaskState newState) Implement a state transition, alerting any life cycle listeners and updating the log file. -
Uses of TaskState in org.apache.drill.yarn.appMaster.http