Class GetQueueInfoResponse
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract QueueInfoGet theQueueInfofor the specified queue.static GetQueueInfoResponsenewInstance(QueueInfo queueInfo) abstract voidsetQueueInfo(QueueInfo queueInfo)
-
Constructor Details
-
GetQueueInfoResponse
public GetQueueInfoResponse()
-
-
Method Details
-
newInstance
-
getQueueInfo
Get theQueueInfofor the specified queue.- Returns:
QueueInfofor the specified queue
-
setQueueInfo
-