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 long |
memorySeconds |
protected String |
name |
protected int |
numAMContainerPreempted |
protected int |
numNonAMContainerPreempted |
protected int |
preemptedResourceMB |
protected int |
preemptedResourceVCores |
protected float |
progress |
protected String |
queue |
protected List<org.apache.hadoop.yarn.api.records.ResourceRequest> |
resourceRequests |
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 |
protected long |
vcoreSeconds |
Constructor and Description |
---|
AppInfo() |
AppInfo(ResourceManager rm,
RMApp app,
Boolean hasAccess,
String schemePrefix) |
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
protected long memorySeconds
protected long vcoreSeconds
protected int preemptedResourceMB
protected int preemptedResourceVCores
protected int numNonAMContainerPreempted
protected int numAMContainerPreempted
protected List<org.apache.hadoop.yarn.api.records.ResourceRequest> resourceRequests
public AppInfo()
public AppInfo(ResourceManager rm, RMApp app, Boolean hasAccess, String schemePrefix)
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 org.apache.hadoop.yarn.api.records.YarnApplicationState getState()
public float getProgress()
public String getTrackingUI()
public String getNote()
public org.apache.hadoop.yarn.api.records.FinalApplicationStatus 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()
public int getPreemptedMB()
public int getPreemptedVCores()
public int getNumNonAMContainersPreempted()
public int getNumAMContainersPreempted()
public long getMemorySeconds()
public long getVcoreSeconds()
public List<org.apache.hadoop.yarn.api.records.ResourceRequest> getResourceRequests()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.