org.apache.hadoop.mapreduce.v2.hs.webapp.dao
Class JobInfo
java.lang.Object
org.apache.hadoop.mapreduce.v2.hs.webapp.dao.JobInfo
public class JobInfo
- extends Object
|
Constructor Summary |
JobInfo()
|
JobInfo(org.apache.hadoop.mapreduce.v2.app.job.Job job)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startTime
protected long startTime
finishTime
protected long finishTime
id
protected String id
name
protected String name
queue
protected String queue
user
protected String user
state
protected String state
mapsTotal
protected int mapsTotal
mapsCompleted
protected int mapsCompleted
reducesTotal
protected int reducesTotal
reducesCompleted
protected int reducesCompleted
uberized
protected Boolean uberized
diagnostics
protected String diagnostics
avgMapTime
protected Long avgMapTime
avgReduceTime
protected Long avgReduceTime
avgShuffleTime
protected Long avgShuffleTime
avgMergeTime
protected Long avgMergeTime
failedReduceAttempts
protected Integer failedReduceAttempts
killedReduceAttempts
protected Integer killedReduceAttempts
successfulReduceAttempts
protected Integer successfulReduceAttempts
failedMapAttempts
protected Integer failedMapAttempts
killedMapAttempts
protected Integer killedMapAttempts
successfulMapAttempts
protected Integer successfulMapAttempts
acls
protected ArrayList<org.apache.hadoop.mapreduce.v2.app.webapp.dao.ConfEntryInfo> acls
numMaps
protected int numMaps
numReduces
protected int numReduces
JobInfo
public JobInfo()
JobInfo
public JobInfo(org.apache.hadoop.mapreduce.v2.app.job.Job job)
getNumMaps
public long getNumMaps()
getNumReduces
public long getNumReduces()
getAvgMapTime
public Long getAvgMapTime()
getAvgReduceTime
public Long getAvgReduceTime()
getAvgShuffleTime
public Long getAvgShuffleTime()
getAvgMergeTime
public Long getAvgMergeTime()
getFailedReduceAttempts
public Integer getFailedReduceAttempts()
getKilledReduceAttempts
public Integer getKilledReduceAttempts()
getSuccessfulReduceAttempts
public Integer getSuccessfulReduceAttempts()
getFailedMapAttempts
public Integer getFailedMapAttempts()
getKilledMapAttempts
public Integer getKilledMapAttempts()
getSuccessfulMapAttempts
public Integer getSuccessfulMapAttempts()
getAcls
public ArrayList<org.apache.hadoop.mapreduce.v2.app.webapp.dao.ConfEntryInfo> getAcls()
getReducesCompleted
public int getReducesCompleted()
getReducesTotal
public int getReducesTotal()
getMapsCompleted
public int getMapsCompleted()
getMapsTotal
public int getMapsTotal()
getState
public String getState()
getUserName
public String getUserName()
getName
public String getName()
getQueueName
public String getQueueName()
getId
public String getId()
getStartTime
public long getStartTime()
getFinishTime
public long getFinishTime()
isUber
public Boolean isUber()
getDiagnostics
public String getDiagnostics()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.