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 TypeMethodDescriptionvoidSchedulerStateActions.visitTaskModels(TaskVisitor visitor) voidSchedulerStateImpl.visitTaskModels(TaskVisitor visitor) voidClusterController.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.voidClusterControllerImpl.visitTasks(TaskVisitor visitor) -
Uses of TaskVisitor in org.apache.drill.yarn.appMaster.http
Classes in org.apache.drill.yarn.appMaster.http that implement TaskVisitor