org.apache.hadoop.yarn.server.webapp.dao
Class AppInfo
java.lang.Object
org.apache.hadoop.yarn.server.webapp.dao.AppInfo
public class AppInfo
- extends Object
|
Constructor Summary |
AppInfo()
|
AppInfo(org.apache.hadoop.yarn.api.records.ApplicationReport app)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AppInfo
public AppInfo()
AppInfo
public AppInfo(org.apache.hadoop.yarn.api.records.ApplicationReport app)
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.