|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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()
|
protected void |
setChildren(List<JobQueueInfo> children)
|
protected void |
setJobStatuses(JobStatus[] stats)
|
protected void |
setProperties(Properties props)
|
protected void |
setQueueName(String queueName)
Set the queue name of the JobQueueInfo |
protected void |
setQueueState(String state)
Set the state of the queue |
protected void |
setSchedulingInfo(String schedulingInfo)
Set the scheduling information associated to particular job queue |
| 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
queue| Method Detail |
|---|
protected void setQueueName(String queueName)
setQueueName in class QueueInfoqueueName - Name of the job queue.protected void setSchedulingInfo(String schedulingInfo)
setSchedulingInfo in class QueueInfoschedulingInfo - protected void setQueueState(String state)
state - state of the queue.protected void setChildren(List<JobQueueInfo> children)
public List<JobQueueInfo> getChildren()
protected void setProperties(Properties props)
setProperties in class QueueInfoprotected void setJobStatuses(JobStatus[] stats)
setJobStatuses in class QueueInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||