Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacitySchedulerQueueContext
Packages that use CapacitySchedulerQueueContext
-
Uses of CapacitySchedulerQueueContext in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity declared as CapacitySchedulerQueueContextModifier and TypeFieldDescriptionprotected CapacitySchedulerQueueContextAbstractCSQueue.queueContextMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return CapacitySchedulerQueueContextModifier and TypeMethodDescriptionAbstractCSQueue.getQueueContext()CapacityScheduler.getQueueContext()CapacitySchedulerContext.getQueueContext()Constructors in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type CapacitySchedulerQueueContextModifierConstructorDescriptionAbstractAutoCreatedLeafQueue(CapacitySchedulerQueueContext queueContext, String queueName, AbstractManagedParentQueue parent, CSQueue old) AbstractCSQueue(CapacitySchedulerQueueContext queueContext, String queueName, CSQueue parent, CSQueue old) AbstractLeafQueue(CapacitySchedulerQueueContext queueContext, String queueName, CSQueue parent, CSQueue old) AbstractLeafQueue(CapacitySchedulerQueueContext queueContext, String queueName, CSQueue parent, CSQueue old, boolean isDynamic) AbstractManagedParentQueue(CapacitySchedulerQueueContext queueContext, String queueName, CSQueue parent, CSQueue old) AbstractParentQueue(CapacitySchedulerQueueContext queueContext, String queueName, CSQueue parent, CSQueue old) AbstractParentQueue(CapacitySchedulerQueueContext queueContext, String queueName, CSQueue parent, CSQueue old, boolean isDynamic) AutoCreatedLeafQueue(CapacitySchedulerQueueContext queueContext, String queueName, ManagedParentQueue parent) LeafQueue(CapacitySchedulerQueueContext queueContext, String queueName, CSQueue parent, CSQueue old) LeafQueue(CapacitySchedulerQueueContext queueContext, String queueName, CSQueue parent, CSQueue old, boolean isDynamic) ManagedParentQueue(CapacitySchedulerQueueContext queueContext, String queueName, CSQueue parent, CSQueue old) ParentQueue(CapacitySchedulerQueueContext queueContext, String queueName, CSQueue parent, CSQueue old) ParentQueue(CapacitySchedulerQueueContext queueContext, String queueName, CSQueue parent, CSQueue old, boolean isDynamic) PlanQueue(CapacitySchedulerQueueContext queueContext, String queueName, CSQueue parent, CSQueue old) ReservationQueue(CapacitySchedulerQueueContext queueContext, String queueName, PlanQueue parent)