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

public class JobInfo extends Object
  • Field Details

    • startTime

      protected long startTime
    • finishTime

      protected long finishTime
    • elapsedTime

      protected long elapsedTime
    • id

      protected String id
    • name

      protected String name
    • user

      protected String user
    • queue

      protected String queue
    • 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 Details

    • JobInfo

      public JobInfo()
    • JobInfo

      public JobInfo(Job job, Boolean hasAccess)
  • Method Details

    • 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()
    • getQueueName

      public String getQueueName()
    • 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()