public class ContainerBlock
extends org.apache.hadoop.yarn.webapp.view.HtmlBlock
Modifier and Type | Field and Description |
---|---|
protected org.apache.hadoop.yarn.api.ApplicationBaseProtocol |
appBaseProt |
Constructor and Description |
---|
ContainerBlock(org.apache.hadoop.yarn.api.ApplicationBaseProtocol appBaseProt,
org.apache.hadoop.yarn.webapp.View.ViewContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.hadoop.yarn.api.records.ContainerReport |
getContainerReport(org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest request) |
protected void |
render(org.apache.hadoop.yarn.webapp.view.HtmlBlock.Block html) |
getCallerUGI, render, renderPartial
echo, echoWithoutEscapeHtml, puts, putWithoutEscapeHtml, writer
@Inject public ContainerBlock(org.apache.hadoop.yarn.api.ApplicationBaseProtocol appBaseProt, org.apache.hadoop.yarn.webapp.View.ViewContext ctx)
protected void render(org.apache.hadoop.yarn.webapp.view.HtmlBlock.Block html)
render
in class org.apache.hadoop.yarn.webapp.view.HtmlBlock
protected org.apache.hadoop.yarn.api.records.ContainerReport getContainerReport(org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest request) throws org.apache.hadoop.yarn.exceptions.YarnException, IOException
org.apache.hadoop.yarn.exceptions.YarnException
IOException
Copyright © 2018 Apache Software Foundation. All Rights Reserved.