Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair |
Modifier and Type | Method and Description |
---|---|
AppSchedulable |
FSSchedulerApp.getAppSchedulable() |
AppSchedulable |
FSSchedulerNode.getReservedAppSchedulable() |
Modifier and Type | Method and Description |
---|---|
Collection<AppSchedulable> |
FSLeafQueue.getAppSchedulables() |
Modifier and Type | Method and Description |
---|---|
double |
WeightAdjuster.adjustWeight(AppSchedulable app,
double curWeight) |
double |
NewAppWeightBooster.adjustWeight(AppSchedulable app,
double curWeight) |
int |
FifoAppComparator.compare(AppSchedulable a1,
AppSchedulable a2) |
ResourceWeights |
FairScheduler.getAppWeight(AppSchedulable app) |
void |
FSSchedulerApp.setAppSchedulable(AppSchedulable appSchedulable) |
Copyright © 2013 Apache Software Foundation. All rights reserved.