Uses of Interface
org.apache.hadoop.yarn.api.records.QueueInfo

Packages that use QueueInfo
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.api.records   
 

Uses of QueueInfo in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return QueueInfo
 QueueInfo GetQueueInfoResponse.getQueueInfo()
          Get the QueueInfo for the specified queue.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type QueueInfo
 void GetQueueInfoResponse.setQueueInfo(QueueInfo queueInfo)
           
 

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

Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type QueueInfo
 List<QueueInfo> QueueInfo.getChildQueues()
          Get the child queues of the queue.
 

Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type QueueInfo
 void QueueInfo.setChildQueues(List<QueueInfo> childQueues)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.