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

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

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

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return AppSchedulable
 AppSchedulable FSSchedulerApp.getAppSchedulable()
           
 AppSchedulable FSSchedulerNode.getReservedAppSchedulable()
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return types with arguments of type AppSchedulable
 Collection<AppSchedulable> FSLeafQueue.getAppSchedulables()
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type AppSchedulable
 double NewAppWeightBooster.adjustWeight(AppSchedulable app, double curWeight)
           
 double WeightAdjuster.adjustWeight(AppSchedulable app, double curWeight)
           
 int FifoAppComparator.compare(AppSchedulable a1, AppSchedulable a2)
           
 ResourceWeights FairScheduler.getAppWeight(AppSchedulable app)
           
 void FSSchedulerApp.setAppSchedulable(AppSchedulable appSchedulable)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.