Package | Description |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapreduce | |
org.apache.hadoop.mapreduce.protocol |
Modifier and Type | Class and Description |
---|---|
class |
JobQueueInfo
Class that contains the information regarding the Job Queues which are
maintained by the Hadoop Map/Reduce framework.
|
Modifier and Type | Method and Description |
---|---|
QueueInfo[] |
Cluster.getChildQueues(String queueName)
Returns immediate children of queueName.
|
QueueInfo |
Cluster.getQueue(String name)
Get queue information for the specified name.
|
QueueInfo[] |
Cluster.getQueues()
Get all the queues in cluster.
|
QueueInfo[] |
Cluster.getRootQueues()
Gets the root level queues.
|
Modifier and Type | Method and Description |
---|---|
List<QueueInfo> |
QueueInfo.getQueueChildren()
Get immediate children.
|
Modifier and Type | Method and Description |
---|---|
protected void |
QueueInfo.setQueueChildren(List<QueueInfo> children) |
Modifier and Type | Method and Description |
---|---|
QueueInfo[] |
ClientProtocol.getChildQueues(String queueName)
Returns immediate children of queueName.
|
QueueInfo |
ClientProtocol.getQueue(String queueName)
Gets scheduling information associated with the particular Job queue
|
QueueInfo[] |
ClientProtocol.getQueues()
Gets set of Queues associated with the Job Tracker
|
QueueInfo[] |
ClientProtocol.getRootQueues()
Gets the root level queues.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.