@Public
@Stable
public abstract class GetQueueInfoResponse
extends java.lang.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 | Description |
|---|---|
GetQueueInfoResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract QueueInfo |
getQueueInfo() |
Get the
QueueInfo for the specified queue. |
static GetQueueInfoResponse |
newInstance(QueueInfo queueInfo) |
|
abstract void |
setQueueInfo(QueueInfo queueInfo) |
@Private @Unstable public static GetQueueInfoResponse newInstance(QueueInfo queueInfo)
@Public @Stable public abstract QueueInfo getQueueInfo()
QueueInfo for the specified queue.QueueInfo for the specified queue@Private @Unstable public abstract void setQueueInfo(QueueInfo queueInfo)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.