org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Class AppAttemptInfo
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.AppAttemptInfo
public class AppAttemptInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected int id
startTime
protected long startTime
containerId
protected String containerId
nodeHttpAddress
protected String nodeHttpAddress
nodeId
protected String nodeId
logsLink
protected String logsLink
AppAttemptInfo
public AppAttemptInfo()
AppAttemptInfo
public AppAttemptInfo(RMAppAttempt attempt,
String user)
getAttemptId
public int getAttemptId()
getStartTime
public long getStartTime()
getNodeHttpAddress
public String getNodeHttpAddress()
getLogsLink
public String getLogsLink()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.