Uses of Package
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair

Packages that use org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair   
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies   
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao   
 

Classes in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair used by org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair
AllocationConfiguration
           
AllocationConfigurationException
          Thrown when the allocation file for QueueManager is malformed.
AllocationFileLoaderService.Listener
           
FairScheduler
          A scheduler that schedules resources between a set of queues.
FairSchedulerConfiguration
           
FSAppAttempt
          Represents an application attempt from the viewpoint of the Fair Scheduler.
FSLeafQueue
           
FSOpDurations
          Class to capture the performance metrics of FairScheduler.
FSParentQueue
           
FSQueue
           
FSQueueMetrics
           
FSQueueType
           
FSSchedulerNode
           
QueueManager
          Maintains a list of queues as well as scheduling parameters for each queue, such as guaranteed share allocations, from the fair scheduler config file.
QueuePlacementPolicy
           
QueuePlacementRule
           
Schedulable
          A Schedulable represents an entity that can be scheduled such as an application or a queue.
SchedulingPolicy
           
WeightAdjuster
          A pluggable object for altering the weights of apps in the fair scheduler, which is used for example by NewAppWeightBooster to give higher weight to new jobs so that short jobs finish faster.
 

Classes in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair used by org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies
FSQueue
           
Schedulable
          A Schedulable represents an entity that can be scheduled such as an application or a queue.
SchedulingPolicy
           
 

Classes in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair used by org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
FairScheduler
          A scheduler that schedules resources between a set of queues.
FSLeafQueue
           
FSQueue
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.