public class RMAppAttemptBlock
extends org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
Modifier and Type | Field and Description |
---|---|
protected org.apache.hadoop.conf.Configuration |
conf |
Modifier and Type | Method and Description |
---|---|
protected void |
createAttemptHeadRoomTable(org.apache.hadoop.yarn.webapp.view.HtmlBlock.Block html) |
protected void |
createTablesForAttemptMetrics(org.apache.hadoop.yarn.webapp.view.HtmlBlock.Block html) |
protected void |
generateOverview(org.apache.hadoop.yarn.api.records.ApplicationAttemptReport appAttemptReport,
Collection<org.apache.hadoop.yarn.api.records.ContainerReport> containers,
org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo appAttempt,
String node) |
protected org.apache.hadoop.yarn.api.records.ApplicationAttemptReport |
getApplicationAttemptReport(org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportRequest request) |
protected List<org.apache.hadoop.yarn.api.records.ContainerReport> |
getContainers(org.apache.hadoop.yarn.api.protocolrecords.GetContainersRequest request) |
hasAMContainer, render
getCallerUGI, render, renderPartial
echo, echoWithoutEscapeHtml, puts, putWithoutEscapeHtml, writer
protected void createAttemptHeadRoomTable(org.apache.hadoop.yarn.webapp.view.HtmlBlock.Block html)
createAttemptHeadRoomTable
in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
protected void generateOverview(org.apache.hadoop.yarn.api.records.ApplicationAttemptReport appAttemptReport, Collection<org.apache.hadoop.yarn.api.records.ContainerReport> containers, org.apache.hadoop.yarn.server.webapp.dao.AppAttemptInfo appAttempt, String node)
generateOverview
in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
protected void createTablesForAttemptMetrics(org.apache.hadoop.yarn.webapp.view.HtmlBlock.Block html)
createTablesForAttemptMetrics
in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
protected List<org.apache.hadoop.yarn.api.records.ContainerReport> getContainers(org.apache.hadoop.yarn.api.protocolrecords.GetContainersRequest request) throws org.apache.hadoop.yarn.exceptions.YarnException, IOException
getContainers
in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
org.apache.hadoop.yarn.exceptions.YarnException
IOException
protected org.apache.hadoop.yarn.api.records.ApplicationAttemptReport getApplicationAttemptReport(org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportRequest request) throws org.apache.hadoop.yarn.exceptions.YarnException, IOException
getApplicationAttemptReport
in class org.apache.hadoop.yarn.server.webapp.AppAttemptBlock
org.apache.hadoop.yarn.exceptions.YarnException
IOException
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.