Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.QueuePlacementRule

Packages that use QueuePlacementRule
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair   
 

Uses of QueuePlacementRule in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
 

Subclasses of QueuePlacementRule in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
static class QueuePlacementRule.Default
          Places apps in the specified default queue.
static class QueuePlacementRule.NestedUserQueue
          Places apps in queues with name of the submitter under the queue returned by the nested rule.
static class QueuePlacementRule.PrimaryGroup
          Places apps in queues by primary group of the submitter
static class QueuePlacementRule.Reject
          Rejects all apps
static class QueuePlacementRule.SecondaryGroupExistingQueue
          Places apps in queues by secondary group of the submitter Match will be made on first secondary group that exist in queues
static class QueuePlacementRule.Specified
          Places apps in queues by requested queue of the submitter
static class QueuePlacementRule.User
          Places apps in queues by username of the submitter
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return QueuePlacementRule
static QueuePlacementRule QueuePlacementPolicy.createAndInitializeRule(Node node)
          Create and initialize a rule given a xml node
 QueuePlacementRule QueuePlacementRule.initialize(boolean create, Map<String,String> args)
          Initializes the rule with any arguments.
 QueuePlacementRule QueuePlacementRule.Default.initialize(boolean create, Map<String,String> args)
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return types with arguments of type QueuePlacementRule
 List<QueuePlacementRule> QueuePlacementPolicy.getRules()
           
 

Constructor parameters in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with type arguments of type QueuePlacementRule
QueuePlacementPolicy(List<QueuePlacementRule> rules, Map<FSQueueType,Set<String>> configuredQueues, org.apache.hadoop.conf.Configuration conf)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.