org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Class AppAttemptInfo

java.lang.Object
  extended by org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.AppAttemptInfo

public class AppAttemptInfo
extends Object


Field Summary
protected  String containerId
           
protected  int id
           
protected  String logsLink
           
protected  String nodeHttpAddress
           
protected  String nodeId
           
protected  long startTime
           
 
Constructor Summary
AppAttemptInfo()
           
AppAttemptInfo(RMAppAttempt attempt, String user)
           
 
Method Summary
 int getAttemptId()
           
 String getLogsLink()
           
 String getNodeHttpAddress()
           
 long getStartTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected int id

startTime

protected long startTime

containerId

protected String containerId

nodeHttpAddress

protected String nodeHttpAddress

nodeId

protected String nodeId

logsLink

protected String logsLink
Constructor Detail

AppAttemptInfo

public AppAttemptInfo()

AppAttemptInfo

public AppAttemptInfo(RMAppAttempt attempt,
                      String user)
Method Detail

getAttemptId

public int getAttemptId()

getStartTime

public long getStartTime()

getNodeHttpAddress

public String getNodeHttpAddress()

getLogsLink

public String getLogsLink()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.