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   
org.apache.hadoop.yarn.client   
org.hadoop.yarn.client   
 

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)
           
 

Uses of QueueInfo in org.apache.hadoop.yarn.client
 

Methods in org.apache.hadoop.yarn.client that return QueueInfo
 QueueInfo YarnClientImpl.getQueueInfo(String queueName)
           
 QueueInfo YarnClient.getQueueInfo(String queueName)
           Get information (QueueInfo) about a given queue.
 

Methods in org.apache.hadoop.yarn.client that return types with arguments of type QueueInfo
 List<QueueInfo> YarnClientImpl.getAllQueues()
           
 List<QueueInfo> YarnClient.getAllQueues()
           Get information (QueueInfo) about all queues, recursively if there is a hierarchy
 List<QueueInfo> YarnClientImpl.getChildQueueInfos(String parent)
           
 List<QueueInfo> YarnClient.getChildQueueInfos(String parent)
           Get information (QueueInfo) about all the immediate children queues of the given queue
 List<QueueInfo> YarnClientImpl.getRootQueueInfos()
           
 List<QueueInfo> YarnClient.getRootQueueInfos()
           Get information (QueueInfo) about top level queues.
 

Uses of QueueInfo in org.hadoop.yarn.client
 

Methods in org.hadoop.yarn.client that return QueueInfo
 QueueInfo YarnClientImpl.getQueueInfo(String queueName)
           
 QueueInfo YarnClient.getQueueInfo(String queueName)
           Get information (QueueInfo) about a given queue.
 

Methods in org.hadoop.yarn.client that return types with arguments of type QueueInfo
 List<QueueInfo> YarnClientImpl.getAllQueues()
           
 List<QueueInfo> YarnClient.getAllQueues()
           Get information (QueueInfo) about all queues, recursively if there is a hierarchy
 List<QueueInfo> YarnClientImpl.getChildQueueInfos(String parent)
           
 List<QueueInfo> YarnClient.getChildQueueInfos(String parent)
           Get information (QueueInfo) about all the immediate children queues of the given queue
 List<QueueInfo> YarnClientImpl.getRootQueueInfos()
           
 List<QueueInfo> YarnClient.getRootQueueInfos()
           Get information (QueueInfo) about top level queues.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.