Uses of Interface
org.apache.drill.yarn.appMaster.SchedulerState
Packages that use SchedulerState
Package
Description
Implements the Drill Application Master for YARN.
-
Uses of SchedulerState in org.apache.drill.yarn.appMaster
Classes in org.apache.drill.yarn.appMaster that implement SchedulerStateModifier and TypeClassDescriptionfinal class
Manages a the set of tasks associated with a scheduler.Fields in org.apache.drill.yarn.appMaster declared as SchedulerStateMethods in org.apache.drill.yarn.appMaster with parameters of type SchedulerStateModifier and TypeMethodDescriptionvoid
AbstractScheduler.registerState
(SchedulerState state) void
Scheduler.registerState
(SchedulerState state) Register the state object that tracks tasks launched by this scheduler.