|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueState | |
---|---|
org.apache.hadoop.mapreduce |
Uses of QueueState in org.apache.hadoop.mapreduce |
---|
Methods in org.apache.hadoop.mapreduce that return QueueState | |
---|---|
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. |
Methods in org.apache.hadoop.mapreduce with parameters of type QueueState | |
---|---|
protected void |
QueueInfo.setState(QueueState state)
Set the state of the queue |
Constructors in org.apache.hadoop.mapreduce with parameters of type QueueState | |
---|---|
QueueInfo(String queueName,
String schedulingInfo,
QueueState state,
JobStatus[] stats)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |