|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueInfo | |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | |
| org.apache.hadoop.yarn.client.api | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| Uses of QueueInfo in org.apache.hadoop.yarn.api.protocolrecords |
|---|
| Methods in org.apache.hadoop.yarn.api.protocolrecords that return QueueInfo | |
|---|---|
abstract QueueInfo |
GetQueueInfoResponse.getQueueInfo()
Get the QueueInfo for the specified queue. |
| Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type QueueInfo | |
|---|---|
static GetQueueInfoResponse |
GetQueueInfoResponse.newInstance(QueueInfo queueInfo)
|
abstract void |
GetQueueInfoResponse.setQueueInfo(QueueInfo queueInfo)
|
| Uses of QueueInfo in org.apache.hadoop.yarn.api.records |
|---|
| Methods in org.apache.hadoop.yarn.api.records that return QueueInfo | |
|---|---|
static QueueInfo |
QueueInfo.newInstance(String queueName,
float capacity,
float maximumCapacity,
float currentCapacity,
List<QueueInfo> childQueues,
List<ApplicationReport> applications,
QueueState queueState,
Set<String> accessibleNodeLabels,
String defaultNodeLabelExpression)
|
| Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type QueueInfo | |
|---|---|
abstract List<QueueInfo> |
QueueInfo.getChildQueues()
Get the child queues of the queue. |
| Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type QueueInfo | |
|---|---|
static QueueInfo |
QueueInfo.newInstance(String queueName,
float capacity,
float maximumCapacity,
float currentCapacity,
List<QueueInfo> childQueues,
List<ApplicationReport> applications,
QueueState queueState,
Set<String> accessibleNodeLabels,
String defaultNodeLabelExpression)
|
abstract void |
QueueInfo.setChildQueues(List<QueueInfo> childQueues)
|
| Uses of QueueInfo in org.apache.hadoop.yarn.client.api |
|---|
| Methods in org.apache.hadoop.yarn.client.api that return QueueInfo | |
|---|---|
abstract QueueInfo |
YarnClient.getQueueInfo(String queueName)
Get information ( QueueInfo) about a given queue. |
| Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type QueueInfo | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||