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 classManages 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 TypeMethodDescriptionvoidAbstractScheduler.registerState(SchedulerState state) voidScheduler.registerState(SchedulerState state) Register the state object that tracks tasks launched by this scheduler.