Uses of Class
org.apache.hadoop.mapred.JobQueueInfo

Packages that use JobQueueInfo
org.apache.hadoop.mapred   
 

Uses of JobQueueInfo in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return JobQueueInfo
 JobQueueInfo[] JobClient.getChildQueues(String queueName)
          Returns an array of queue information objects about immediate children of queue queueName.
 JobQueueInfo JobClient.getQueueInfo(String queueName)
          Gets the queue information associated to a particular Job Queue
 JobQueueInfo[] JobClient.getQueues()
          Return an array of queue information objects about all the Job Queues configured.
 JobQueueInfo[] JobClient.getRootQueues()
          Returns an array of queue information objects about root level queues configured
 

Methods in org.apache.hadoop.mapred that return types with arguments of type JobQueueInfo
 List<JobQueueInfo> JobQueueInfo.getChildren()
           
 

Method parameters in org.apache.hadoop.mapred with type arguments of type JobQueueInfo
 void JobQueueInfo.setChildren(List<JobQueueInfo> children)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.