Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacitySchedulerContext

Packages that use CapacitySchedulerContext
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity   
 

Uses of CapacitySchedulerContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
 

Classes in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that implement CapacitySchedulerContext
 class CapacityScheduler
           
 

Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity declared as CapacitySchedulerContext
protected  CapacitySchedulerContext PlanQueue.schedulerContext
           
 

Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type CapacitySchedulerContext
AbstractCSQueue(CapacitySchedulerContext cs, String queueName, CSQueue parent, CSQueue old)
           
LeafQueue(CapacitySchedulerContext cs, String queueName, CSQueue parent, CSQueue old)
           
ParentQueue(CapacitySchedulerContext cs, String queueName, CSQueue parent, CSQueue old)
           
PlanQueue(CapacitySchedulerContext cs, String queueName, CSQueue parent, CSQueue old)
           
ReservationQueue(CapacitySchedulerContext cs, String queueName, PlanQueue parent)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.