Modifier and Type | Method and Description |
---|---|
static QueueState |
TypeConverter.fromYarn(QueueState state) |
Modifier and Type | Method and Description |
---|---|
abstract QueueState |
QueueInfo.getQueueState()
Get the
QueueState of the queue. |
static QueueState |
QueueState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueState[] |
QueueState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static QueueInfo |
QueueInfo.newInstance(String queueName,
float capacity,
float maximumCapacity,
float currentCapacity,
List<QueueInfo> childQueues,
List<ApplicationReport> applications,
QueueState queueState) |
abstract void |
QueueInfo.setQueueState(QueueState queueState) |
Modifier and Type | Method and Description |
---|---|
static QueueState |
ProtoUtils.convertFromProtoFormat(YarnProtos.QueueStateProto e) |
QueueState |
QueueInfoPBImpl.getQueueState() |
Modifier and Type | Method and Description |
---|---|
static YarnProtos.QueueStateProto |
ProtoUtils.convertToProtoFormat(QueueState e) |
void |
QueueInfoPBImpl.setQueueState(QueueState queueState) |
Modifier and Type | Method and Description |
---|---|
QueueState |
ParentQueue.getState() |
QueueState |
CSQueue.getState()
Get the current run-state of the queue
|
QueueState |
LeafQueue.getState() |
QueueState |
CapacitySchedulerConfiguration.getState(String queue) |
Modifier and Type | Field and Description |
---|---|
protected QueueState |
FifoSchedulerInfo.qstate |
protected QueueState |
CapacitySchedulerQueueInfo.state |
Copyright © 2013 Apache Software Foundation. All rights reserved.