public class QueueStatusBean extends Object
Modifier and Type | Field and Description |
---|---|
String |
callback |
String |
completed |
Long |
exitValue |
String |
id |
String |
msg |
String |
parentId |
String |
percentComplete |
org.apache.hadoop.mapred.JobProfile |
profile |
org.apache.hadoop.mapred.JobStatus |
status |
String |
user |
Map<String,Object> |
userargs |
Constructor and Description |
---|
QueueStatusBean(JobState state,
org.apache.hadoop.mapred.JobStatus status,
org.apache.hadoop.mapred.JobProfile profile)
Create a new QueueStatusBean
|
QueueStatusBean(String jobId,
String errMsg) |
public org.apache.hadoop.mapred.JobStatus status
public org.apache.hadoop.mapred.JobProfile profile
public final String id
public String parentId
public String percentComplete
public Long exitValue
public String user
public String callback
public String completed
public String msg
public QueueStatusBean(JobState state, org.apache.hadoop.mapred.JobStatus status, org.apache.hadoop.mapred.JobProfile profile) throws IOException
state
- store job statestatus
- job statusprofile
- job profileIOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.