Class TFileAggregatedLogsBlock
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.tfile.TFileAggregatedLogsBlock
@LimitedPrivate({"YARN","MapReduce"})
public class TFileAggregatedLogsBlock
extends LogAggregationHtmlBlock
The Aggregated Logs Block implementation for TFile.
-
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
ConstructorsConstructorDescriptionTFileAggregatedLogsBlock(View.ViewContext ctx, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path remoteRootLogDir, String remoteRootLogDirSuffix) -
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
-
TFileAggregatedLogsBlock
@Inject public TFileAggregatedLogsBlock(View.ViewContext ctx, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path remoteRootLogDir, String remoteRootLogDirSuffix)
-
-
Method Details