org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Class AppInfo
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.AppInfo
public class AppInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
appIdNum
protected String appIdNum
trackingUrlIsNotReady
protected boolean trackingUrlIsNotReady
trackingUrlPretty
protected String trackingUrlPretty
amContainerLogsExist
protected boolean amContainerLogsExist
applicationId
protected org.apache.hadoop.yarn.api.records.ApplicationId applicationId
id
protected String id
user
protected String user
name
protected String name
queue
protected String queue
state
protected org.apache.hadoop.yarn.api.records.YarnApplicationState state
finalStatus
protected org.apache.hadoop.yarn.api.records.FinalApplicationStatus finalStatus
progress
protected float progress
trackingUI
protected String trackingUI
trackingUrl
protected String trackingUrl
diagnostics
protected String diagnostics
clusterId
protected long clusterId
applicationType
protected String applicationType
startedTime
protected long startedTime
finishedTime
protected long finishedTime
elapsedTime
protected long elapsedTime
amContainerLogs
protected String amContainerLogs
amHostHttpAddress
protected String amHostHttpAddress
AppInfo
public AppInfo()
AppInfo
public AppInfo(RMApp app,
Boolean hasAccess,
String host)
AppInfo
public AppInfo(RMApp app,
Boolean hasAccess)
isTrackingUrlReady
public boolean isTrackingUrlReady()
getApplicationId
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
getAppId
public String getAppId()
getAppIdNum
public String getAppIdNum()
getUser
public String getUser()
getQueue
public String getQueue()
getName
public String getName()
getState
public String getState()
getProgress
public float getProgress()
getTrackingUI
public String getTrackingUI()
getNote
public String getNote()
getFinalStatus
public String getFinalStatus()
getTrackingUrl
public String getTrackingUrl()
getTrackingUrlPretty
public String getTrackingUrlPretty()
getStartTime
public long getStartTime()
getFinishTime
public long getFinishTime()
getElapsedTime
public long getElapsedTime()
getAMContainerLogs
public String getAMContainerLogs()
getAMHostHttpAddress
public String getAMHostHttpAddress()
amContainerLogsExist
public boolean amContainerLogsExist()
getClusterId
public long getClusterId()
getApplicationType
public String getApplicationType()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.