@InterfaceAudience.Public @InterfaceStability.Stable public class JobQueueInfo extends QueueInfo
| Constructor and Description | 
|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<JobQueueInfo> | 
getChildren()  | 
String | 
getQueueState()
Deprecated.  
 | 
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 © 2017 Apache Software Foundation. All rights reserved.