Package | Description |
---|---|
org.apache.hadoop.mapreduce |
Modifier and Type | Method and Description |
---|---|
QueueState |
QueueInfo.getState()
Return the queue state
|
static QueueState |
QueueState.getState(String state) |
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 |
---|---|
protected void |
QueueInfo.setState(QueueState state)
Set the state of the queue
|
Constructor and Description |
---|
QueueInfo(String queueName,
String schedulingInfo,
QueueState state,
JobStatus[] stats) |
Copyright © 2019 Apache Software Foundation. All rights reserved.