public class AppAttemptInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
containerId |
protected int |
id |
protected String |
logsLink |
protected String |
nodeHttpAddress |
protected String |
nodeId |
protected long |
startTime |
| Constructor and Description |
|---|
AppAttemptInfo() |
AppAttemptInfo(RMAppAttempt attempt,
String user) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAttemptId() |
String |
getLogsLink() |
String |
getNodeHttpAddress() |
long |
getStartTime() |
protected int id
protected long startTime
protected String containerId
protected String nodeHttpAddress
protected String nodeId
protected String logsLink
public AppAttemptInfo()
public AppAttemptInfo(RMAppAttempt attempt, String user)
Copyright © 2016 Apache Software Foundation. All Rights Reserved.