Uses of Class
org.apache.hadoop.mapreduce.QueueState

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)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.