org.apache.hadoop.mapreduce.v2.app.webapp.dao
Class JobInfo

java.lang.Object
  extended by org.apache.hadoop.mapreduce.v2.app.webapp.dao.JobInfo

public class JobInfo
extends Object


Field Summary
protected  ArrayList<ConfEntryInfo> acls
           
protected  String diagnostics
           
protected  long elapsedTime
           
protected  int failedMapAttempts
           
protected  int failedReduceAttempts
           
protected  long finishTime
           
protected  String id
           
protected  int killedMapAttempts
           
protected  int killedReduceAttempts
           
protected  float mapProgress
           
protected  String mapProgressPercent
           
protected  int mapsCompleted
           
protected  int mapsPending
           
protected  int mapsRunning
           
protected  int mapsTotal
           
protected  String name
           
protected  int newMapAttempts
           
protected  int newReduceAttempts
           
protected  float reduceProgress
           
protected  String reduceProgressPercent
           
protected  int reducesCompleted
           
protected  int reducesPending
           
protected  int reducesRunning
           
protected  int reducesTotal
           
protected  int runningMapAttempts
           
protected  int runningReduceAttempts
           
protected  long startTime
           
protected  org.apache.hadoop.mapreduce.v2.api.records.JobState state
           
protected  int successfulMapAttempts
           
protected  int successfulReduceAttempts
           
protected  boolean uberized
           
protected  String user
           
 
Constructor Summary
JobInfo()
           
JobInfo(Job job, Boolean hasAccess)
           
 
Method Summary
 ArrayList<ConfEntryInfo> getAcls()
           
 String getdiagnostics()
           
 long getElapsedTime()
           
 int getFailedMapAttempts()
           
 int getFailedReduceAttempts()
           
 long getFinishTime()
           
 String getId()
           
 int getKilledMapAttempts()
           
 int getKilledReduceAttempts()
           
 float getMapProgress()
           
 String getMapProgressPercent()
           
 int getMapsCompleted()
           
 int getMapsPending()
           
 int getMapsRunning()
           
 int getMapsTotal()
           
 String getName()
           
 int getNewMapAttempts()
           
 int getNewReduceAttempts()
           
 float getReduceProgress()
           
 String getReduceProgressPercent()
           
 int getReducesCompleted()
           
 int getReducesPending()
           
 int getReducesRunning()
           
 int getReducesTotal()
           
 int getRunningMapAttempts()
           
 int getRunningReduceAttempts()
           
 long getStartTime()
           
 String getState()
           
 int getSuccessfulMapAttempts()
           
 int getSuccessfulReduceAttempts()
           
 String getUserName()
           
 boolean isUberized()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JobInfo

public JobInfo()

JobInfo

public JobInfo(Job job,
               Boolean hasAccess)
Method Detail

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 © 2013 Apache Software Foundation. All Rights Reserved.