Uses of Interface
org.apache.drill.yarn.appMaster.TaskVisitor
Packages that use TaskVisitor
Package
Description
Implements the Drill Application Master for YARN.
-
Uses of TaskVisitor in org.apache.drill.yarn.appMaster
Methods in org.apache.drill.yarn.appMaster with parameters of type TaskVisitorModifier and TypeMethodDescriptionvoid
SchedulerStateActions.visitTaskModels
(TaskVisitor visitor) void
SchedulerStateImpl.visitTaskModels
(TaskVisitor visitor) void
ClusterController.visitTasks
(TaskVisitor visitor) Allow an observer to see a consistent view of the controller's task state by performing the visit in a synchronized block.void
ClusterControllerImpl.visitTasks
(TaskVisitor visitor) -
Uses of TaskVisitor in org.apache.drill.yarn.appMaster.http
Classes in org.apache.drill.yarn.appMaster.http that implement TaskVisitor