|
||||||||||
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()
|
String |
getQueueState()
Deprecated. |
void |
setChildren(List<JobQueueInfo> children)
|
void |
setJobStatuses(JobStatus[] stats)
|
void |
setProperties(Properties props)
|
void |
setQueueName(String queueName)
Set the queue name of the JobQueueInfo |
void |
setQueueState(String state)
Set the state of the queue |
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
queueMethod Detail |
---|
@InterfaceAudience.Private public void setQueueName(String queueName)
setQueueName
in class QueueInfo
queueName
- Name of the job queue.@InterfaceAudience.Private public void setSchedulingInfo(String schedulingInfo)
setSchedulingInfo
in class QueueInfo
schedulingInfo
- @InterfaceAudience.Private public void setQueueState(String state)
state
- state of the queue.@Deprecated public String getQueueState()
@InterfaceAudience.Private public void setChildren(List<JobQueueInfo> children)
public List<JobQueueInfo> getChildren()
@InterfaceAudience.Private public void setProperties(Properties props)
setProperties
in class QueueInfo
@InterfaceAudience.Private public void setJobStatuses(JobStatus[] stats)
setJobStatuses
in class QueueInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |