public class AppInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
allocatedMB |
protected int |
allocatedVCores |
protected String |
amContainerLogs |
protected boolean |
amContainerLogsExist |
protected String |
amHostHttpAddress |
protected String |
appIdNum |
protected org.apache.hadoop.yarn.api.records.ApplicationId |
applicationId |
protected String |
applicationTags |
protected String |
applicationType |
protected long |
clusterId |
protected String |
diagnostics |
protected long |
elapsedTime |
protected org.apache.hadoop.yarn.api.records.FinalApplicationStatus |
finalStatus |
protected long |
finishedTime |
protected String |
id |
protected String |
name |
protected float |
progress |
protected String |
queue |
protected int |
runningContainers |
protected long |
startedTime |
protected org.apache.hadoop.yarn.api.records.YarnApplicationState |
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,
String schemePrefix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
amContainerLogsExist() |
int |
getAllocatedMB() |
int |
getAllocatedVCores() |
String |
getAMContainerLogs() |
String |
getAMHostHttpAddress() |
String |
getAppId() |
String |
getAppIdNum() |
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationId() |
String |
getApplicationTags() |
String |
getApplicationType() |
long |
getClusterId() |
long |
getElapsedTime() |
String |
getFinalStatus() |
long |
getFinishTime() |
String |
getName() |
String |
getNote() |
float |
getProgress() |
String |
getQueue() |
int |
getRunningContainers() |
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 org.apache.hadoop.yarn.api.records.ApplicationId applicationId
protected String id
protected String user
protected String name
protected String queue
protected org.apache.hadoop.yarn.api.records.YarnApplicationState state
protected org.apache.hadoop.yarn.api.records.FinalApplicationStatus finalStatus
protected float progress
protected String trackingUI
protected String trackingUrl
protected String diagnostics
protected long clusterId
protected String applicationType
protected String applicationTags
protected long startedTime
protected long finishedTime
protected long elapsedTime
protected String amContainerLogs
protected String amHostHttpAddress
protected int allocatedMB
protected int allocatedVCores
protected int runningContainers
public boolean isTrackingUrlReady()
public org.apache.hadoop.yarn.api.records.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()
public String getApplicationTags()
public int getRunningContainers()
public int getAllocatedMB()
public int getAllocatedVCores()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.