|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.mapreduce.QueueInfo
@InterfaceAudience.Public @InterfaceStability.Evolving public class QueueInfo
Class that contains the information regarding the Job Queues which are maintained by the Hadoop Map/Reduce framework.
| Constructor Summary | |
|---|---|
QueueInfo()
Default constructor for QueueInfo. |
|
QueueInfo(String queueName,
String schedulingInfo)
Construct a new QueueInfo object using the queue name and the scheduling information passed. |
|
QueueInfo(String queueName,
String schedulingInfo,
QueueState state,
JobStatus[] stats)
|
|
| Method Summary | |
|---|---|
JobStatus[] |
getJobStatuses()
Get the jobs submitted to queue |
Properties |
getProperties()
Get properties. |
List<QueueInfo> |
getQueueChildren()
Get immediate children. |
String |
getQueueName()
Get the queue name from JobQueueInfo |
String |
getSchedulingInfo()
Gets the scheduling information associated to particular job queue. |
QueueState |
getState()
Return the queue state |
void |
readFields(DataInput in)
Deserialize the fields of this object from in. |
protected void |
setJobStatuses(JobStatus[] stats)
|
protected void |
setProperties(Properties props)
|
protected void |
setQueueChildren(List<QueueInfo> children)
|
protected void |
setQueueName(String queueName)
Set the queue name of the JobQueueInfo |
protected void |
setSchedulingInfo(String schedulingInfo)
Set the scheduling information associated to particular job queue |
protected void |
setState(QueueState state)
Set the state of the queue |
void |
write(DataOutput out)
Serialize the fields of this object to out. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueueInfo()
public QueueInfo(String queueName,
String schedulingInfo)
queueName - Name of the job queueschedulingInfo - Scheduling Information associated with the job
queue
public QueueInfo(String queueName,
String schedulingInfo,
QueueState state,
JobStatus[] stats)
queueName - schedulingInfo - state - stats - | Method Detail |
|---|
protected void setQueueName(String queueName)
queueName - Name of the job queue.public String getQueueName()
protected void setSchedulingInfo(String schedulingInfo)
schedulingInfo - public String getSchedulingInfo()
protected void setState(QueueState state)
state - state of the queue.public QueueState getState()
protected void setJobStatuses(JobStatus[] stats)
public List<QueueInfo> getQueueChildren()
protected void setQueueChildren(List<QueueInfo> children)
public Properties getProperties()
protected void setProperties(Properties props)
public JobStatus[] getJobStatuses()
public void readFields(DataInput in)
throws IOException
Writablein.
For efficiency, implementations should attempt to re-use storage in the existing object where possible.
readFields in interface Writablein - DataInput to deseriablize this object from.
IOException
public void write(DataOutput out)
throws IOException
Writableout.
write in interface Writableout - DataOuput to serialize this object into.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||