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

All Known Implementing Classes:
GetQueueInfoResponsePBImpl

@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.
 void setQueueInfo(QueueInfo queueInfo)
           
 

Method Detail

getQueueInfo

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

Returns:
QueueInfo for the specified queue

setQueueInfo

@InterfaceAudience.Private
@InterfaceStability.Unstable
void setQueueInfo(QueueInfo queueInfo)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.