org.apache.hadoop.mapreduce.v2.hs.webapp.dao
Class AMAttemptInfo
java.lang.Object
org.apache.hadoop.mapreduce.v2.hs.webapp.dao.AMAttemptInfo
public class AMAttemptInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodeHttpAddress
protected String nodeHttpAddress
nodeId
protected String nodeId
id
protected int id
startTime
protected long startTime
containerId
protected String containerId
logsLink
protected String logsLink
shortLogsLink
protected String shortLogsLink
AMAttemptInfo
public AMAttemptInfo()
AMAttemptInfo
public AMAttemptInfo(org.apache.hadoop.mapreduce.v2.api.records.AMInfo amInfo,
String jobId,
String user,
String host,
String pathPrefix)
getNodeHttpAddress
public String getNodeHttpAddress()
getNodeId
public String getNodeId()
getAttemptId
public int getAttemptId()
getStartTime
public long getStartTime()
getContainerId
public String getContainerId()
getLogsLink
public String getLogsLink()
getShortLogsLink
public String getShortLogsLink()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.