构造器和说明 |
---|
JobQueueInfo() |
JobQueueInfo(String queueName,
String schedulingInfo)
Construct a new JobQueueInfo object using the queue name and the
scheduling information passed.
|
限定符和类型 | 方法和说明 |
---|---|
String |
getQueueName()
Get the queue name from JobQueueInfo
|
String |
getQueueState()
Return the queue state
|
String |
getSchedulingInfo()
Gets the scheduling information associated to particular job queue.
|
void |
readFields(DataInput in)
Deserialize the fields of this object from
in . |
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
|
void |
write(DataOutput out)
Serialize the fields of this object to
out . |
public void setQueueName(String queueName)
queueName
- Name of the job queue.public String getQueueName()
public void setSchedulingInfo(String schedulingInfo)
schedulingInfo
- public String getSchedulingInfo()
public void setQueueState(String state)
state
- state of the queue.public String getQueueState()
public void readFields(DataInput in) throws IOException
Writable
in
.
For efficiency, implementations should attempt to re-use storage in the existing object where possible.
readFields
在接口中 Writable
in
- DataInput
to deseriablize this object from.IOException
public void write(DataOutput out) throws IOException
Writable
out
.write
在接口中 Writable
out
- DataOuput
to serialize this object into.IOException
Copyright © 2009 The Apache Software Foundation