|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.mapreduce.QueueInfo org.apache.hadoop.mapred.JobQueueInfo
@InterfaceAudience.Public @InterfaceStability.Stable public class JobQueueInfo
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 |
---|
public JobQueueInfo()
public JobQueueInfo(String queueName, String schedulingInfo)
queueName
- Name of the job queueschedulingInfo
- Scheduling Information associated with the job
queueMethod Detail |
---|
@Deprecated public String getQueueState()
public List<JobQueueInfo> getChildren()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |