public class FifoSchedulerInfo extends SchedulerInfo
Modifier and Type | Field and Description |
---|---|
protected int |
availNodeCapacity |
protected float |
capacity |
protected String |
label |
protected String |
labelPolicy |
protected int |
maxQueueMemoryCapacity |
protected int |
minQueueMemoryCapacity |
protected int |
numContainers |
protected int |
numNodes |
protected String |
qName |
protected org.apache.hadoop.yarn.api.records.QueueState |
qstate |
protected String |
qstateFormatted |
protected int |
totalNodeCapacity |
protected float |
usedCapacity |
protected int |
usedNodeCapacity |
maxAllocResource, minAllocResource, schedulerName, schedulingResourceTypes
Constructor and Description |
---|
FifoSchedulerInfo() |
FifoSchedulerInfo(ResourceManager rm) |
Modifier and Type | Method and Description |
---|---|
int |
getAvailNodeCapacity() |
float |
getCapacity() |
String |
getLabel() |
String |
getLabelPolicy() |
int |
getMaxQueueMemoryCapacity() |
int |
getMinQueueMemoryCapacity() |
int |
getNumContainers() |
int |
getNumNodes() |
String |
getQueueName() |
String |
getState() |
int |
getTotalNodeCapacity() |
float |
getUsedCapacity() |
int |
getUsedNodeCapacity() |
getMaxAllocation, getMinAllocation, getSchedulerResourceTypes, getSchedulerType
protected float capacity
protected float usedCapacity
protected org.apache.hadoop.yarn.api.records.QueueState qstate
protected int minQueueMemoryCapacity
protected int maxQueueMemoryCapacity
protected int numNodes
protected int usedNodeCapacity
protected int availNodeCapacity
protected int totalNodeCapacity
protected int numContainers
protected String label
protected String labelPolicy
protected String qstateFormatted
protected String qName
public FifoSchedulerInfo()
public FifoSchedulerInfo(ResourceManager rm)
public int getNumNodes()
public int getUsedNodeCapacity()
public int getAvailNodeCapacity()
public int getTotalNodeCapacity()
public int getNumContainers()
public String getState()
public String getQueueName()
public int getMinQueueMemoryCapacity()
public int getMaxQueueMemoryCapacity()
public float getCapacity()
public float getUsedCapacity()
public String getLabel()
public String getLabelPolicy()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.