Class IndexedFileAggregatedLogsBlock
java.lang.Object
org.apache.hadoop.yarn.webapp.View
org.apache.hadoop.yarn.webapp.view.TextView
org.apache.hadoop.yarn.webapp.view.HtmlBlock
org.apache.hadoop.yarn.logaggregation.filecontroller.LogAggregationHtmlBlock
org.apache.hadoop.yarn.logaggregation.filecontroller.ifile.IndexedFileAggregatedLogsBlock
@LimitedPrivate({"YARN","MapReduce"})
public class IndexedFileAggregatedLogsBlock
extends LogAggregationHtmlBlock
The Aggregated Logs Block implementation for Indexed File.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.yarn.logaggregation.filecontroller.LogAggregationHtmlBlock
LogAggregationHtmlBlock.BlockParametersNested classes/interfaces inherited from class org.apache.hadoop.yarn.webapp.view.HtmlBlock
HtmlBlock.BlockNested classes/interfaces inherited from class org.apache.hadoop.yarn.webapp.View
View.ViewContext -
Field Summary
Fields inherited from class org.apache.hadoop.yarn.webapp.view.HtmlBlock
BYTES_IN_MB, DATE_PATTERN, UNAVAILABLEFields inherited from interface org.apache.hadoop.yarn.webapp.Params
ERROR_DETAILS, TITLE, TITLE_LINK, USER -
Constructor Summary
ConstructorsConstructorDescriptionIndexedFileAggregatedLogsBlock(View.ViewContext ctx, org.apache.hadoop.conf.Configuration conf, LogAggregationIndexedFileController fileController) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrender(HtmlBlock.Block html) Render a block of html.Methods inherited from class org.apache.hadoop.yarn.logaggregation.filecontroller.LogAggregationHtmlBlock
checkAcls, checkParseRange, processContainerLog, verifyAndParseParametersMethods inherited from class org.apache.hadoop.yarn.webapp.view.HtmlBlock
getCallerUGI, initUserHelpInformationDiv, render, renderPartialMethods inherited from class org.apache.hadoop.yarn.webapp.view.TextView
echo, echoWithoutEscapeHtml, puts, putWithoutEscapeHtml, writer
-
Constructor Details
-
IndexedFileAggregatedLogsBlock
@Inject public IndexedFileAggregatedLogsBlock(View.ViewContext ctx, org.apache.hadoop.conf.Configuration conf, LogAggregationIndexedFileController fileController)
-
-
Method Details