Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler
Packages that use CapacityScheduler
Package
Description
This package contains the web data access objects (DAO) for the RM.
-
Uses of CapacityScheduler in org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity
Methods in org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity that return CapacitySchedulerModifier and TypeMethodDescriptionCapacitySchedulerPreemptionContext.getScheduler()ProportionalCapacityPreemptionPolicy.getScheduler()Constructors in org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity with parameters of type CapacitySchedulerModifierConstructorDescriptionProportionalCapacityPreemptionPolicy(RMContext context, CapacityScheduler scheduler, org.apache.hadoop.yarn.util.Clock clock) -
Uses of CapacityScheduler in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return CapacitySchedulerMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type CapacitySchedulerModifier and TypeMethodDescriptionvoidWorkflowPriorityMappingsManager.initialize(CapacityScheduler scheduler) static booleanCapacityScheduler.shouldSkipNodeSchedule(FiCaSchedulerNode node, CapacityScheduler cs, boolean printVerboseLog) Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type CapacitySchedulerModifierConstructorDescriptionCSMaxRunningAppsEnforcer(CapacityScheduler scheduler) QueueManagementDynamicEditPolicy(RMContext context, CapacityScheduler scheduler) QueueManagementDynamicEditPolicy(RMContext context, CapacityScheduler scheduler, org.apache.hadoop.yarn.util.Clock clock) -
Uses of CapacityScheduler in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type CapacitySchedulerModifier and TypeMethodDescriptionprotected CapacitySchedulerQueueInfoListCapacitySchedulerInfo.getQueues(CapacityScheduler cs, CSQueue parent) Constructors in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type CapacityScheduler