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

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

public class AppAttemptInfo
extends Object


Field Summary
protected  String amContainerId
           
protected  String appAttemptId
           
protected  org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState appAttemptState
           
protected  String diagnosticsInfo
           
protected  String host
           
protected  String originalTrackingUrl
           
protected  int rpcPort
           
protected  String trackingUrl
           
 
Constructor Summary
AppAttemptInfo()
           
AppAttemptInfo(org.apache.hadoop.yarn.api.records.ApplicationAttemptReport appAttempt)
           
 
Method Summary
 String getAmContainerId()
           
 String getAppAttemptId()
           
 org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState getAppAttemptState()
           
 String getDiagnosticsInfo()
           
 String getHost()
           
 String getOriginalTrackingUrl()
           
 int getRpcPort()
           
 String getTrackingUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AppAttemptInfo

public AppAttemptInfo()

AppAttemptInfo

public AppAttemptInfo(org.apache.hadoop.yarn.api.records.ApplicationAttemptReport appAttempt)
Method Detail

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.