Uses of Class
org.apache.hadoop.yarn.webapp.view.HtmlBlock.Block
Packages that use HtmlBlock.Block
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of HtmlBlock.Block in org.apache.hadoop.yarn.logaggregation
Methods in org.apache.hadoop.yarn.logaggregation with parameters of type HtmlBlock.BlockModifier and TypeMethodDescriptionstatic longLogAggregationWebUtils.getLogEndIndex(HtmlBlock.Block html, String endStr) Parse end index from html.static longLogAggregationWebUtils.getLogStartIndex(HtmlBlock.Block html, String startStr) Parse start index from html.static StringLogAggregationWebUtils.verifyAndGetAppOwner(HtmlBlock.Block html, String appOwner) Verify and parse the application owner.static org.apache.hadoop.yarn.api.records.ContainerIdLogAggregationWebUtils.verifyAndGetContainerId(HtmlBlock.Block html, String containerIdStr) Verify and parse containerId.static org.apache.hadoop.yarn.api.records.NodeIdLogAggregationWebUtils.verifyAndGetNodeId(HtmlBlock.Block html, String nodeIdStr) Verify and parse NodeId. -
Uses of HtmlBlock.Block in org.apache.hadoop.yarn.logaggregation.filecontroller
Methods in org.apache.hadoop.yarn.logaggregation.filecontroller with parameters of type HtmlBlock.BlockModifier and TypeMethodDescriptionprotected long[]LogAggregationHtmlBlock.checkParseRange(HtmlBlock.Block html, long startIndex, long endIndex, long startTime, long endTime, long logLength, String logType) protected voidLogAggregationHtmlBlock.processContainerLog(HtmlBlock.Block html, long[] range, InputStream in, int bufferSize, byte[] cbuf) abstract voidLogAggregationFileController.renderAggregatedLogsBlock(HtmlBlock.Block html, View.ViewContext context) Render Aggregated Logs block.protected LogAggregationHtmlBlock.BlockParametersLogAggregationHtmlBlock.verifyAndParseParameters(HtmlBlock.Block html) -
Uses of HtmlBlock.Block in org.apache.hadoop.yarn.logaggregation.filecontroller.ifile
Methods in org.apache.hadoop.yarn.logaggregation.filecontroller.ifile with parameters of type HtmlBlock.BlockModifier and TypeMethodDescriptionprotected voidIndexedFileAggregatedLogsBlock.render(HtmlBlock.Block html) voidLogAggregationIndexedFileController.renderAggregatedLogsBlock(HtmlBlock.Block html, View.ViewContext context) -
Uses of HtmlBlock.Block in org.apache.hadoop.yarn.logaggregation.filecontroller.tfile
Methods in org.apache.hadoop.yarn.logaggregation.filecontroller.tfile with parameters of type HtmlBlock.BlockModifier and TypeMethodDescriptionprotected voidTFileAggregatedLogsBlock.render(HtmlBlock.Block html) voidLogAggregationTFileController.renderAggregatedLogsBlock(HtmlBlock.Block html, View.ViewContext context) -
Uses of HtmlBlock.Block in org.apache.hadoop.yarn.webapp.log
Methods in org.apache.hadoop.yarn.webapp.log with parameters of type HtmlBlock.BlockModifier and TypeMethodDescriptionprotected voidAggregatedLogsBlock.render(HtmlBlock.Block html) protected voidAggregatedLogsNavBlock.render(HtmlBlock.Block html) -
Uses of HtmlBlock.Block in org.apache.hadoop.yarn.webapp.view
Methods in org.apache.hadoop.yarn.webapp.view with parameters of type HtmlBlock.BlockModifier and TypeMethodDescriptionprotected voidHtmlBlock.initUserHelpInformationDiv(HtmlBlock.Block html, boolean isEnabled) Initialize User Help Information Div.protected voidFooterBlock.render(HtmlBlock.Block html) protected voidHeaderBlock.render(HtmlBlock.Block html) protected abstract voidHtmlBlock.render(HtmlBlock.Block html) Render a block of html.protected voidInfoBlock.render(HtmlBlock.Block html) protected voidJQueryUI.render(HtmlBlock.Block html) voidLipsumBlock.render(HtmlBlock.Block html) protected voidNavBlock.render(HtmlBlock.Block html)