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