public class AppAttemptInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
appAttemptId |
protected String |
blacklistedNodes |
protected String |
containerId |
protected long |
finishedTime |
protected int |
id |
protected String |
logsLink |
protected String |
nodeHttpAddress |
protected String |
nodeId |
protected long |
startTime |
Constructor and Description |
---|
AppAttemptInfo() |
AppAttemptInfo(ResourceManager rm,
RMAppAttempt attempt,
Boolean hasAccess,
String user,
String schemePrefix) |
Modifier and Type | Method and Description |
---|---|
String |
getAppAttemptId() |
int |
getAttemptId() |
long |
getFinishedTime() |
String |
getLogsLink() |
String |
getNodeHttpAddress() |
long |
getStartTime() |
protected int id
protected long startTime
protected long finishedTime
protected String containerId
protected String nodeHttpAddress
protected String nodeId
protected String logsLink
protected String blacklistedNodes
protected String appAttemptId
public AppAttemptInfo()
public AppAttemptInfo(ResourceManager rm, RMAppAttempt attempt, Boolean hasAccess, String user, String schemePrefix)
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.