Modifier and Type | Method and Description |
---|---|
QueueInfo |
ResourceMgrDelegate.getQueueInfo(String queueName) |
Modifier and Type | Method and Description |
---|---|
List<QueueInfo> |
ResourceMgrDelegate.getAllQueues() |
List<QueueInfo> |
ResourceMgrDelegate.getChildQueueInfos(String parent) |
List<QueueInfo> |
ResourceMgrDelegate.getRootQueueInfos() |
Modifier and Type | Method and Description |
---|---|
static QueueInfo |
TypeConverter.fromYarn(QueueInfo queueInfo,
Configuration conf) |
Modifier and Type | Method and Description |
---|---|
static QueueInfo[] |
TypeConverter.fromYarnQueueInfo(List<QueueInfo> queues,
Configuration conf) |
Modifier and Type | Method and Description |
---|---|
abstract QueueInfo |
GetQueueInfoResponse.getQueueInfo()
Get the
QueueInfo for the specified queue. |
Modifier and Type | Method and Description |
---|---|
static GetQueueInfoResponse |
GetQueueInfoResponse.newInstance(QueueInfo queueInfo) |
abstract void |
GetQueueInfoResponse.setQueueInfo(QueueInfo queueInfo) |
Modifier and Type | Method and Description |
---|---|
QueueInfo |
GetQueueInfoResponsePBImpl.getQueueInfo() |
Modifier and Type | Method and Description |
---|---|
void |
GetQueueInfoResponsePBImpl.setQueueInfo(QueueInfo queueInfo) |
Modifier and Type | Method and Description |
---|---|
static QueueInfo |
QueueInfo.newInstance(String queueName,
float capacity,
float maximumCapacity,
float currentCapacity,
List<QueueInfo> childQueues,
List<ApplicationReport> applications,
QueueState queueState) |
Modifier and Type | Method and Description |
---|---|
abstract List<QueueInfo> |
QueueInfo.getChildQueues()
Get the child queues of the queue.
|
Modifier and Type | Method and Description |
---|---|
static QueueInfo |
QueueInfo.newInstance(String queueName,
float capacity,
float maximumCapacity,
float currentCapacity,
List<QueueInfo> childQueues,
List<ApplicationReport> applications,
QueueState queueState) |
abstract void |
QueueInfo.setChildQueues(List<QueueInfo> childQueues) |
Modifier and Type | Class and Description |
---|---|
class |
QueueInfoPBImpl |
Modifier and Type | Method and Description |
---|---|
List<QueueInfo> |
QueueInfoPBImpl.getChildQueues() |
Modifier and Type | Method and Description |
---|---|
void |
QueueInfoPBImpl.setChildQueues(List<QueueInfo> childQueues) |
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. |
Modifier and Type | Method and Description |
---|---|
QueueInfo |
YarnClientImpl.getQueueInfo(String queueName) |
Modifier and Type | Method and Description |
---|---|
List<QueueInfo> |
YarnClientImpl.getAllQueues() |
List<QueueInfo> |
YarnClientImpl.getChildQueueInfos(String parent) |
List<QueueInfo> |
YarnClientImpl.getRootQueueInfos() |
Modifier and Type | Method and Description |
---|---|
QueueInfo |
Queue.getQueueInfo(boolean includeChildQueues,
boolean recursive)
Get queue information
|
QueueInfo |
YarnScheduler.getQueueInfo(String queueName,
boolean includeChildQueues,
boolean recursive)
Get queue information
|
Modifier and Type | Method and Description |
---|---|
QueueInfo |
ParentQueue.getQueueInfo(boolean includeChildQueues,
boolean recursive) |
QueueInfo |
LeafQueue.getQueueInfo(boolean includeChildQueues,
boolean recursive) |
QueueInfo |
CapacityScheduler.getQueueInfo(String queueName,
boolean includeChildQueues,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
QueueInfo |
FSQueue.getQueueInfo(boolean includeChildQueues,
boolean recursive) |
QueueInfo |
FairScheduler.getQueueInfo(String queueName,
boolean includeChildQueues,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
QueueInfo |
FifoScheduler.getQueueInfo(String queueName,
boolean includeChildQueues,
boolean recursive) |
Copyright © 2013 Apache Software Foundation. All rights reserved.