|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueState | |
|---|---|
| org.apache.hadoop.yarn.api.records | |
| Uses of QueueState in org.apache.hadoop.yarn.api.records |
|---|
| Methods in org.apache.hadoop.yarn.api.records that return QueueState | |
|---|---|
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. |
| Methods in org.apache.hadoop.yarn.api.records with parameters of type QueueState | |
|---|---|
static QueueInfo |
QueueInfo.newInstance(String queueName,
float capacity,
float maximumCapacity,
float currentCapacity,
List<QueueInfo> childQueues,
List<ApplicationReport> applications,
QueueState queueState,
Set<String> accessibleNodeLabels,
String defaultNodeLabelExpression)
|
abstract void |
QueueInfo.setQueueState(QueueState queueState)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||