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 TypeClassDescriptionclass
Base class for schedulers (pools) for Drillbits.class
class
class
class
Abstract 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 TypeMethodDescriptionvoid
ClusterController.registerScheduler
(Scheduler resourceGroup) void
ClusterControllerImpl.registerScheduler
(Scheduler scheduler) Define a task type.Constructors in org.apache.drill.yarn.appMaster with parameters of type SchedulerModifierConstructorDescriptionSchedulerStateImpl
(ClusterControllerImpl controller, Scheduler scheduler)