Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequest

Packages that use GetQueueInfoRequest
org.apache.hadoop.yarn.api   
org.apache.hadoop.yarn.api.protocolrecords   
 

Uses of GetQueueInfoRequest in org.apache.hadoop.yarn.api
 

Methods in org.apache.hadoop.yarn.api with parameters of type GetQueueInfoRequest
 GetQueueInfoResponse ApplicationClientProtocol.getQueueInfo(GetQueueInfoRequest request)
          The interface used by clients to get information about queues from the ResourceManager.
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetQueueInfoRequest
static GetQueueInfoRequest GetQueueInfoRequest.newInstance(String queueName, boolean includeApplications, boolean includeChildQueues, boolean recursive)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.