|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueInfo | |
|---|---|
| org.apache.hadoop.mapred | |
| org.apache.hadoop.mapreduce | |
| org.apache.hadoop.mapreduce.protocol | |
| Uses of QueueInfo in org.apache.hadoop.mapred |
|---|
| Subclasses of QueueInfo in org.apache.hadoop.mapred | |
|---|---|
class |
JobQueueInfo
Class that contains the information regarding the Job Queues which are maintained by the Hadoop Map/Reduce framework. |
| Uses of QueueInfo in org.apache.hadoop.mapreduce |
|---|
| Methods in org.apache.hadoop.mapreduce that return QueueInfo | |
|---|---|
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. |
| Methods in org.apache.hadoop.mapreduce that return types with arguments of type QueueInfo | |
|---|---|
List<QueueInfo> |
QueueInfo.getQueueChildren()
Get immediate children. |
| Method parameters in org.apache.hadoop.mapreduce with type arguments of type QueueInfo | |
|---|---|
protected void |
QueueInfo.setQueueChildren(List<QueueInfo> children)
|
| Uses of QueueInfo in org.apache.hadoop.mapreduce.protocol |
|---|
| Methods in org.apache.hadoop.mapreduce.protocol that return QueueInfo | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||