Uses of Class
org.apache.hadoop.yarn.api.records.QueueState

Packages that use QueueState
org.apache.hadoop.yarn.api.records   
org.apache.hadoop.yarn.api.records.impl.pb   
org.apache.hadoop.yarn.util   
 

Uses of QueueState in org.apache.hadoop.yarn.api.records
 

Methods in org.apache.hadoop.yarn.api.records that return QueueState
 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
 void QueueInfo.setQueueState(QueueState queueState)
           
 

Uses of QueueState in org.apache.hadoop.yarn.api.records.impl.pb
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb that return QueueState
 QueueState QueueInfoPBImpl.getQueueState()
           
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb with parameters of type QueueState
 void QueueInfoPBImpl.setQueueState(QueueState queueState)
           
 

Uses of QueueState in org.apache.hadoop.yarn.util
 

Methods in org.apache.hadoop.yarn.util that return QueueState
static QueueState ProtoUtils.convertFromProtoFormat(YarnProtos.QueueStateProto e)
           
 

Methods in org.apache.hadoop.yarn.util with parameters of type QueueState
static YarnProtos.QueueStateProto ProtoUtils.convertToProtoFormat(QueueState e)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.