@InterfaceAudience.Public @InterfaceStability.Stable public class JobQueueInfo extends QueueInfo
| コンストラクタと説明 |
|---|
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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<JobQueueInfo> |
getChildren() |
String |
getQueueState()
非推奨です。
|
getJobStatuses, getProperties, getQueueChildren, getQueueName, getSchedulingInfo, getState, readFields, setJobStatuses, setProperties, setQueueChildren, setQueueName, setSchedulingInfo, setState, writepublic JobQueueInfo()
public JobQueueInfo(String queueName, String schedulingInfo)
queueName - Name of the job queueschedulingInfo - Scheduling Information associated with the job
queue@Deprecated public String getQueueState()
public List<JobQueueInfo> getChildren()
Copyright © 2016 Apache Software Foundation. All rights reserved.