@InterfaceAudience.Public @InterfaceStability.Stable public abstract class GetQueueInfoResponse extends Object
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 and Description |
---|
GetQueueInfoResponse() |
Modifier and Type | Method and Description |
---|---|
abstract QueueInfo |
getQueueInfo()
Get the
QueueInfo for the specified queue. |
public GetQueueInfoResponse()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract QueueInfo getQueueInfo()
QueueInfo
for the specified queue.QueueInfo
for the specified queueCopyright © 2017 Apache Software Foundation. All rights reserved.