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 classTask for which a termination request has been sent to the Drill-bit, but confirmation has not yet been received from the Node Manager.static classTask 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 TaskStateTaskState.ENDstatic final TaskStateTaskState.ENDINGstatic final TaskStateTaskState.KILLINGstatic final TaskStateTaskState.LAUNCHINGstatic final TaskStateTaskState.REQUESTINGstatic final TaskStateTaskState.RUNNINGstatic final TaskStateTaskState.STARTprotected TaskStateTask.stateLife-cycle state of this task.static final TaskStateTaskState.WAIT_END_ACKstatic final TaskStateTaskState.WAIT_START_ACKMethods in org.apache.drill.yarn.appMaster that return TaskStateMethods in org.apache.drill.yarn.appMaster with parameters of type TaskStateModifier and TypeMethodDescriptionprotected voidTaskState.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