Package | Description |
---|---|
org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.client.api |
Modifier and Type | Method and Description |
---|---|
abstract QueueInfo |
GetQueueInfoResponse.getQueueInfo()
Get the
QueueInfo for 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. |
abstract QueueInfo |
YarnClient.getQueueInfo(String queueName,
String subClusterId)
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 © 2025 Apache Software Foundation. All rights reserved.