org.apache.hadoop.yarn.server.webapp.dao
Class AppAttemptInfo
java.lang.Object
org.apache.hadoop.yarn.server.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 |
appAttemptId
protected String appAttemptId
host
protected String host
rpcPort
protected int rpcPort
trackingUrl
protected String trackingUrl
originalTrackingUrl
protected String originalTrackingUrl
diagnosticsInfo
protected String diagnosticsInfo
appAttemptState
protected org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState appAttemptState
amContainerId
protected String amContainerId
AppAttemptInfo
public AppAttemptInfo()
AppAttemptInfo
public AppAttemptInfo(org.apache.hadoop.yarn.api.records.ApplicationAttemptReport appAttempt)
getAppAttemptId
public String getAppAttemptId()
getHost
public String getHost()
getRpcPort
public int getRpcPort()
getTrackingUrl
public String getTrackingUrl()
getOriginalTrackingUrl
public String getOriginalTrackingUrl()
getDiagnosticsInfo
public String getDiagnosticsInfo()
getAppAttemptState
public org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState getAppAttemptState()
getAmContainerId
public String getAmContainerId()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.