Uses of Interface
org.apache.drill.yarn.appMaster.Scheduler
Packages that use Scheduler
Package
Description
Implements the Drill Application Master for YARN.
-
Uses of Scheduler in org.apache.drill.yarn.appMaster
Classes in org.apache.drill.yarn.appMaster that implement SchedulerModifier and TypeClassDescriptionclassBase class for schedulers (pools) for Drillbits.classclassclassclassAbstract base class for schedulers that work with persistent (long-running) tasks.Fields in org.apache.drill.yarn.appMaster declared as SchedulerMethods in org.apache.drill.yarn.appMaster that return SchedulerModifier and TypeMethodDescriptionSchedulerStateActions.getScheduler()Returns the scheduler associated with this task group.SchedulerStateImpl.getScheduler()Methods in org.apache.drill.yarn.appMaster with parameters of type SchedulerModifier and TypeMethodDescriptionvoidClusterController.registerScheduler(Scheduler resourceGroup) voidClusterControllerImpl.registerScheduler(Scheduler scheduler) Define a task type.Constructors in org.apache.drill.yarn.appMaster with parameters of type SchedulerModifierConstructorDescriptionSchedulerStateImpl(ClusterControllerImpl controller, Scheduler scheduler)