|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.yarn.server.resourcemanager.webapp.dao.FairSchedulerQueueInfo
public class FairSchedulerQueueInfo
Constructor Summary | |
---|---|
FairSchedulerQueueInfo()
|
|
FairSchedulerQueueInfo(FSQueue queue,
FairScheduler scheduler)
|
Method Summary | |
---|---|
Collection<FairSchedulerQueueInfo> |
getChildQueues()
|
ResourceInfo |
getFairShare()
Returns the fair share of this queue in megabytes. |
float |
getFairShareMemoryFraction()
Returns the fair share as a fraction of the entire cluster capacity. |
int |
getMaxApplications()
|
ResourceInfo |
getMaxResources()
|
float |
getMaxResourcesFraction()
Returns the capacity of this queue as a fraction of the entire cluster capacity. |
ResourceInfo |
getMinResources()
|
float |
getMinShareMemoryFraction()
Returns the queue's min share in as a fraction of the entire cluster capacity. |
String |
getQueueName()
|
String |
getSchedulingPolicy()
Returns the name of the scheduling policy used by this queue. |
float |
getUsedMemoryFraction()
Returns the memory used by this queue as a fraction of the entire cluster capacity. |
ResourceInfo |
getUsedResources()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FairSchedulerQueueInfo()
public FairSchedulerQueueInfo(FSQueue queue, FairScheduler scheduler)
Method Detail |
---|
public float getFairShareMemoryFraction()
public ResourceInfo getFairShare()
public ResourceInfo getMinResources()
public ResourceInfo getMaxResources()
public int getMaxApplications()
public String getQueueName()
public ResourceInfo getUsedResources()
public float getMinShareMemoryFraction()
public float getUsedMemoryFraction()
public float getMaxResourcesFraction()
public String getSchedulingPolicy()
public Collection<FairSchedulerQueueInfo> getChildQueues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |