Uses of Class
org.apache.drill.yarn.appMaster.TaskState
Packages that use TaskState
Package
Description
Implements the Drill Application Master for YARN.
-
Uses of TaskState in org.apache.drill.yarn.appMaster
Subclasses of TaskState in org.apache.drill.yarn.appMasterModifier 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.Fields in org.apache.drill.yarn.appMaster declared as TaskStateModifier 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
Methods in org.apache.drill.yarn.appMaster that return TaskStateMethods in org.apache.drill.yarn.appMaster with parameters of type TaskStateModifier 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
Fields in org.apache.drill.yarn.appMaster.http declared as TaskState