Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.monitor.SchedulingEditPolicy

Packages that use SchedulingEditPolicy
org.apache.hadoop.yarn.server.resourcemanager.monitor   
org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity   
 

Uses of SchedulingEditPolicy in org.apache.hadoop.yarn.server.resourcemanager.monitor
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.monitor that return SchedulingEditPolicy
 SchedulingEditPolicy SchedulingMonitor.getSchedulingEditPolicy()
           
 

Constructors in org.apache.hadoop.yarn.server.resourcemanager.monitor with parameters of type SchedulingEditPolicy
SchedulingMonitor(RMContext rmContext, SchedulingEditPolicy scheduleEditPolicy)
           
 

Uses of SchedulingEditPolicy in org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity
 

Classes in org.apache.hadoop.yarn.server.resourcemanager.monitor.capacity that implement SchedulingEditPolicy
 class ProportionalCapacityPreemptionPolicy
          This class implement a SchedulingEditPolicy that is designed to be paired with the CapacityScheduler.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.