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 |
maxAllocResource, minAllocResource, schedulerName, schedulingResourceTypes
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() |
getMaxAllocation, getMinAllocation, getSchedulerResourceTypes, getSchedulerType
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 © 2015 Apache Software Foundation. All Rights Reserved.