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

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoResponse

@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract class GetQueueInfoResponse
extends Object

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, ApplicationClientProtocol.getQueueInfo(GetQueueInfoRequest)

Constructor Summary
GetQueueInfoResponse()
           
 
Method Summary
abstract  QueueInfo getQueueInfo()
          Get the QueueInfo for the specified queue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetQueueInfoResponse

public GetQueueInfoResponse()
Method Detail

getQueueInfo

@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract QueueInfo getQueueInfo()
Get the QueueInfo for the specified queue.

Returns:
QueueInfo for the specified queue


Copyright © 2014 Apache Software Foundation. All Rights Reserved.