org.apache.hadoop.mapreduce.v2.app.webapp.dao
Class AMAttemptInfo

java.lang.Object
  extended by org.apache.hadoop.mapreduce.v2.app.webapp.dao.AMAttemptInfo

public class AMAttemptInfo
extends Object


Field Summary
protected  String containerId
           
protected  int id
           
protected  String logsLink
           
protected  String nodeHttpAddress
           
protected  String nodeId
           
protected  long startTime
           
 
Constructor Summary
AMAttemptInfo()
           
AMAttemptInfo(org.apache.hadoop.mapreduce.v2.api.records.AMInfo amInfo, String jobId, String user)
           
 
Method Summary
 int getAttemptId()
           
 String getContainerId()
           
 String getLogsLink()
           
 String getNodeHttpAddress()
           
 String getNodeId()
           
 long getStartTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeHttpAddress

protected String nodeHttpAddress

nodeId

protected String nodeId

id

protected int id

startTime

protected long startTime

containerId

protected String containerId

logsLink

protected String logsLink
Constructor Detail

AMAttemptInfo

public AMAttemptInfo()

AMAttemptInfo

public AMAttemptInfo(org.apache.hadoop.mapreduce.v2.api.records.AMInfo amInfo,
                     String jobId,
                     String user)
Method Detail

getNodeHttpAddress

public String getNodeHttpAddress()

getNodeId

public String getNodeId()

getAttemptId

public int getAttemptId()

getStartTime

public long getStartTime()

getContainerId

public String getContainerId()

getLogsLink

public String getLogsLink()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.