Uses of Enum Class
org.apache.hadoop.mapreduce.QueueState
Packages that use QueueState
-
Uses of QueueState in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce that return QueueStateModifier and TypeMethodDescriptionQueueInfo.getState()Return the queue statestatic QueueStatestatic QueueStateReturns the enum constant of this class with the specified name.static QueueState[]QueueState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.mapreduce with parameters of type QueueStateModifier and TypeMethodDescriptionprotected voidQueueInfo.setState(QueueState state) Set the state of the queueConstructors in org.apache.hadoop.mapreduce with parameters of type QueueStateModifierConstructorDescriptionQueueInfo(String queueName, String schedulingInfo, QueueState state, JobStatus[] stats)