org.apache.hadoop.yarn.api.protocolrecords
Interface GetQueueInfoResponse


@InterfaceAudience.Public
@InterfaceStability.Stable
public interface GetQueueInfoResponse

The response sent by the ResourceManager to a client requesting information about queues in the system.

The response includes a QueueInfo which has details such as queue name, used/total capacities, running applications, child queues etc .

See Also:
QueueInfo, ClientRMProtocol.getQueueInfo(GetQueueInfoRequest)

Method Summary
 QueueInfo getQueueInfo()
          Get the QueueInfo for the specified queue.
 

Method Detail

getQueueInfo

QueueInfo getQueueInfo()
Get the QueueInfo for the specified queue.

Returns:
QueueInfo for the specified queue


Copyright © 2013 Apache Software Foundation. All Rights Reserved.