public class AppInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
amContainerLogs |
protected boolean |
amContainerLogsExist |
protected String |
amHostHttpAddress |
protected String |
appIdNum |
protected ApplicationId |
applicationId |
protected String |
applicationType |
protected long |
clusterId |
protected String |
diagnostics |
protected long |
elapsedTime |
protected FinalApplicationStatus |
finalStatus |
protected long |
finishedTime |
protected String |
id |
protected String |
name |
protected float |
progress |
protected String |
queue |
protected long |
startedTime |
protected RMAppState |
state |
protected String |
trackingUI |
protected String |
trackingUrl |
protected boolean |
trackingUrlIsNotReady |
protected String |
trackingUrlPretty |
protected String |
user |
Constructor and Description |
---|
AppInfo() |
AppInfo(RMApp app,
Boolean hasAccess) |
AppInfo(RMApp app,
Boolean hasAccess,
String host) |
Modifier and Type | Method and Description |
---|---|
boolean |
amContainerLogsExist() |
String |
getAMContainerLogs() |
String |
getAMHostHttpAddress() |
String |
getAppId() |
String |
getAppIdNum() |
ApplicationId |
getApplicationId() |
String |
getApplicationType() |
long |
getClusterId() |
long |
getElapsedTime() |
String |
getFinalStatus() |
long |
getFinishTime() |
String |
getName() |
String |
getNote() |
float |
getProgress() |
String |
getQueue() |
long |
getStartTime() |
String |
getState() |
String |
getTrackingUI() |
String |
getTrackingUrl() |
String |
getTrackingUrlPretty() |
String |
getUser() |
boolean |
isTrackingUrlReady() |
protected String appIdNum
protected boolean trackingUrlIsNotReady
protected String trackingUrlPretty
protected boolean amContainerLogsExist
protected ApplicationId applicationId
protected String id
protected String user
protected String name
protected String queue
protected RMAppState state
protected FinalApplicationStatus finalStatus
protected float progress
protected String trackingUI
protected String trackingUrl
protected String diagnostics
protected long clusterId
protected String applicationType
protected long startedTime
protected long finishedTime
protected long elapsedTime
protected String amContainerLogs
protected String amHostHttpAddress
public boolean isTrackingUrlReady()
public ApplicationId getApplicationId()
public String getAppId()
public String getAppIdNum()
public String getUser()
public String getQueue()
public String getName()
public String getState()
public float getProgress()
public String getTrackingUI()
public String getNote()
public String getFinalStatus()
public String getTrackingUrl()
public String getTrackingUrlPretty()
public long getStartTime()
public long getFinishTime()
public long getElapsedTime()
public String getAMContainerLogs()
public String getAMHostHttpAddress()
public boolean amContainerLogsExist()
public long getClusterId()
public String getApplicationType()
Copyright © 2013 Apache Software Foundation. All rights reserved.