org.apache.hadoop.mapred
Class JobQueueInfo

java.lang.Object
  extended by org.apache.hadoop.mapreduce.QueueInfo
      extended by org.apache.hadoop.mapred.JobQueueInfo
All Implemented Interfaces:
Writable

@InterfaceAudience.Public
@InterfaceStability.Stable
public class JobQueueInfo
extends QueueInfo

Class that contains the information regarding the Job Queues which are maintained by the Hadoop Map/Reduce framework.


Constructor Summary
JobQueueInfo()
          Default constructor for Job Queue Info.
JobQueueInfo(String queueName, String schedulingInfo)
          Construct a new JobQueueInfo object using the queue name and the scheduling information passed.
 
Method Summary
 List<JobQueueInfo> getChildren()
           
 String getQueueState()
          Deprecated. 
 
Methods inherited from class org.apache.hadoop.mapreduce.QueueInfo
getJobStatuses, getProperties, getQueueChildren, getQueueName, getSchedulingInfo, getState, readFields, setQueueChildren, setState, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobQueueInfo

public JobQueueInfo()
Default constructor for Job Queue Info.


JobQueueInfo

public JobQueueInfo(String queueName,
                    String schedulingInfo)
Construct a new JobQueueInfo object using the queue name and the scheduling information passed.

Parameters:
queueName - Name of the job queue
schedulingInfo - Scheduling Information associated with the job queue
Method Detail

getQueueState

@Deprecated
public String getQueueState()
Deprecated. 

Use getState() instead


getChildren

public List<JobQueueInfo> getChildren()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.