org.apache.hadoop.mapreduce.v2.app.webapp.dao
Class JobInfo
java.lang.Object
org.apache.hadoop.mapreduce.v2.app.webapp.dao.JobInfo
public class JobInfo
- extends Object
| 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
elapsedTime
protected long elapsedTime
id
protected String id
name
protected String name
user
protected String user
state
protected org.apache.hadoop.mapreduce.v2.api.records.JobState state
mapsTotal
protected int mapsTotal
mapsCompleted
protected int mapsCompleted
reducesTotal
protected int reducesTotal
reducesCompleted
protected int reducesCompleted
mapProgress
protected float mapProgress
reduceProgress
protected float reduceProgress
mapProgressPercent
protected String mapProgressPercent
reduceProgressPercent
protected String reduceProgressPercent
mapsPending
protected int mapsPending
mapsRunning
protected int mapsRunning
reducesPending
protected int reducesPending
reducesRunning
protected int reducesRunning
uberized
protected boolean uberized
diagnostics
protected String diagnostics
newReduceAttempts
protected int newReduceAttempts
runningReduceAttempts
protected int runningReduceAttempts
failedReduceAttempts
protected int failedReduceAttempts
killedReduceAttempts
protected int killedReduceAttempts
successfulReduceAttempts
protected int successfulReduceAttempts
newMapAttempts
protected int newMapAttempts
runningMapAttempts
protected int runningMapAttempts
failedMapAttempts
protected int failedMapAttempts
killedMapAttempts
protected int killedMapAttempts
successfulMapAttempts
protected int successfulMapAttempts
acls
protected ArrayList<ConfEntryInfo> acls
JobInfo
public JobInfo()
JobInfo
public JobInfo(Job job,
Boolean hasAccess)
getNewReduceAttempts
public int getNewReduceAttempts()
getKilledReduceAttempts
public int getKilledReduceAttempts()
getFailedReduceAttempts
public int getFailedReduceAttempts()
getRunningReduceAttempts
public int getRunningReduceAttempts()
getSuccessfulReduceAttempts
public int getSuccessfulReduceAttempts()
getNewMapAttempts
public int getNewMapAttempts()
getKilledMapAttempts
public int getKilledMapAttempts()
getAcls
public ArrayList<ConfEntryInfo> getAcls()
getFailedMapAttempts
public int getFailedMapAttempts()
getRunningMapAttempts
public int getRunningMapAttempts()
getSuccessfulMapAttempts
public int getSuccessfulMapAttempts()
getReducesCompleted
public int getReducesCompleted()
getReducesTotal
public int getReducesTotal()
getReducesPending
public int getReducesPending()
getReducesRunning
public int getReducesRunning()
getMapsCompleted
public int getMapsCompleted()
getMapsTotal
public int getMapsTotal()
getMapsPending
public int getMapsPending()
getMapsRunning
public int getMapsRunning()
getState
public String getState()
getUserName
public String getUserName()
getName
public String getName()
getId
public String getId()
getStartTime
public long getStartTime()
getElapsedTime
public long getElapsedTime()
getFinishTime
public long getFinishTime()
isUberized
public boolean isUberized()
getdiagnostics
public String getdiagnostics()
getMapProgress
public float getMapProgress()
getMapProgressPercent
public String getMapProgressPercent()
getReduceProgress
public float getReduceProgress()
getReduceProgressPercent
public String getReduceProgressPercent()
Copyright © 2012 Apache Software Foundation. All Rights Reserved.