public class FifoSchedulerInfo extends SchedulerInfo
Modifier and Type | Field and Description |
---|---|
protected int |
availNodeCapacity |
protected float |
capacity |
protected int |
maxQueueMemoryCapacity |
protected int |
minQueueMemoryCapacity |
protected int |
numContainers |
protected int |
numNodes |
protected String |
qName |
protected QueueState |
qstate |
protected String |
qstateFormatted |
protected int |
totalNodeCapacity |
protected float |
usedCapacity |
protected int |
usedNodeCapacity |
Constructor and Description |
---|
FifoSchedulerInfo() |
FifoSchedulerInfo(ResourceManager rm) |
Modifier and Type | Method and Description |
---|---|
int |
getAvailNodeCapacity() |
float |
getCapacity() |
int |
getMaxQueueMemoryCapacity() |
int |
getMinQueueMemoryCapacity() |
int |
getNumContainers() |
int |
getNumNodes() |
String |
getQueueName() |
String |
getState() |
int |
getTotalNodeCapacity() |
float |
getUsedCapacity() |
int |
getUsedNodeCapacity() |
protected float capacity
protected float usedCapacity
protected 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 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()
Copyright © 2013 Apache Software Foundation. All rights reserved.