public class CapacitySchedulerInfo extends SchedulerInfo
Modifier and Type | Field and Description |
---|---|
protected float |
capacity |
protected float |
maxCapacity |
protected String |
queueName |
protected CapacitySchedulerQueueInfoList |
queues |
protected float |
usedCapacity |
Constructor and Description |
---|
CapacitySchedulerInfo() |
CapacitySchedulerInfo(CSQueue parent) |
Modifier and Type | Method and Description |
---|---|
float |
getCapacity() |
float |
getMaxCapacity() |
String |
getQueueName() |
CapacitySchedulerQueueInfoList |
getQueues() |
protected CapacitySchedulerQueueInfoList |
getQueues(CSQueue parent) |
float |
getUsedCapacity() |
protected float capacity
protected float usedCapacity
protected float maxCapacity
protected String queueName
protected CapacitySchedulerQueueInfoList queues
public CapacitySchedulerInfo()
public CapacitySchedulerInfo(CSQueue parent)
public float getCapacity()
public float getUsedCapacity()
public float getMaxCapacity()
public String getQueueName()
public CapacitySchedulerQueueInfoList getQueues()
protected CapacitySchedulerQueueInfoList getQueues(CSQueue parent)
Copyright © 2013 Apache Software Foundation. All rights reserved.