Class AppAttemptInfo
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.AppAttemptInfo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAppAttemptInfo(ResourceManager rm, RMAppAttempt attempt, Boolean hasAccess, String user, String schemePrefix) -
Method Summary
Modifier and TypeMethodDescriptionintlonglong
-
Field Details
-
id
protected int id -
startTime
protected long startTime -
finishedTime
protected long finishedTime -
containerId
-
nodeHttpAddress
-
nodeId
-
logsLink
-
blacklistedNodes
-
appAttemptId
-
-
Constructor Details
-
AppAttemptInfo
public AppAttemptInfo() -
AppAttemptInfo
public AppAttemptInfo(ResourceManager rm, RMAppAttempt attempt, Boolean hasAccess, String user, String schemePrefix)
-
-
Method Details
-
getAttemptId
public int getAttemptId() -
getStartTime
public long getStartTime() -
getFinishedTime
public long getFinishedTime() -
getNodeHttpAddress
-
getLogsLink
-
getAppAttemptId
-
getAppAttemptState
-