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

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

public class AppInfo
extends Object


Field Summary
protected  String appId
           
protected  org.apache.hadoop.yarn.api.records.YarnApplicationState appState
           
protected  String currentAppAttemptId
           
protected  String diagnosticsInfo
           
protected  long elapsedTime
           
protected  org.apache.hadoop.yarn.api.records.FinalApplicationStatus finalAppStatus
           
protected  long finishedTime
           
protected  String host
           
protected  String name
           
protected  String originalTrackingUrl
           
protected  float progress
           
protected  String queue
           
protected  int rpcPort
           
protected  long startedTime
           
protected  long submittedTime
           
protected  String trackingUrl
           
protected  String type
           
protected  String user
           
 
Constructor Summary
AppInfo()
           
AppInfo(org.apache.hadoop.yarn.api.records.ApplicationReport app)
           
 
Method Summary
 String getAppId()
           
 org.apache.hadoop.yarn.api.records.YarnApplicationState getAppState()
           
 String getCurrentAppAttemptId()
           
 String getDiagnosticsInfo()
           
 long getElapsedTime()
           
 org.apache.hadoop.yarn.api.records.FinalApplicationStatus getFinalAppStatus()
           
 long getFinishedTime()
           
 String getHost()
           
 String getName()
           
 String getOriginalTrackingUrl()
           
 float getProgress()
           
 String getQueue()
           
 int getRpcPort()
           
 long getStartedTime()
           
 long getSubmittedTime()
           
 String getTrackingUrl()
           
 String getType()
           
 String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appId

protected String appId

currentAppAttemptId

protected String currentAppAttemptId

user

protected String user

name

protected String name

queue

protected String queue

type

protected String type

host

protected String host

rpcPort

protected int rpcPort

appState

protected org.apache.hadoop.yarn.api.records.YarnApplicationState appState

progress

protected float progress

diagnosticsInfo

protected String diagnosticsInfo

originalTrackingUrl

protected String originalTrackingUrl

trackingUrl

protected String trackingUrl

finalAppStatus

protected org.apache.hadoop.yarn.api.records.FinalApplicationStatus finalAppStatus

submittedTime

protected long submittedTime

startedTime

protected long startedTime

finishedTime

protected long finishedTime

elapsedTime

protected long elapsedTime
Constructor Detail

AppInfo

public AppInfo()

AppInfo

public AppInfo(org.apache.hadoop.yarn.api.records.ApplicationReport app)
Method Detail

getAppId

public String getAppId()

getCurrentAppAttemptId

public String getCurrentAppAttemptId()

getUser

public String getUser()

getName

public String getName()

getQueue

public String getQueue()

getType

public String getType()

getHost

public String getHost()

getRpcPort

public int getRpcPort()

getAppState

public org.apache.hadoop.yarn.api.records.YarnApplicationState getAppState()

getProgress

public float getProgress()

getDiagnosticsInfo

public String getDiagnosticsInfo()

getOriginalTrackingUrl

public String getOriginalTrackingUrl()

getTrackingUrl

public String getTrackingUrl()

getFinalAppStatus

public org.apache.hadoop.yarn.api.records.FinalApplicationStatus getFinalAppStatus()

getSubmittedTime

public long getSubmittedTime()

getStartedTime

public long getStartedTime()

getFinishedTime

public long getFinishedTime()

getElapsedTime

public long getElapsedTime()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.