Package | Description |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapreduce |
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) |
Copyright © 2017 Apache Software Foundation. All rights reserved.