| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | |
| org.apache.hadoop.yarn.client.api | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract QueueInfo | GetQueueInfoResponse. getQueueInfo()Get the  QueueInfofor the specified queue. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract List<QueueInfo> | QueueInfo. getChildQueues()Get the child queues of the queue. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract QueueInfo | YarnClient. getQueueInfo(String queueName)
 Get information ( QueueInfo) about a given queue. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract List<QueueInfo> | YarnClient. getAllQueues()
 Get information ( QueueInfo) about all queues, recursively if there
 is a hierarchy | 
| abstract List<QueueInfo> | YarnClient. getChildQueueInfos(String parent)
 Get information ( QueueInfo) about all the immediate children queues
 of the given queue | 
| abstract List<QueueInfo> | YarnClient. getRootQueueInfos()
 Get information ( QueueInfo) about top level queues. | 
Copyright © 2023 Apache Software Foundation. All rights reserved.