Class TFileAggregatedLogsBlock

All Implemented Interfaces:
Params, SubView

@LimitedPrivate({"YARN","MapReduce"}) public class TFileAggregatedLogsBlock extends LogAggregationHtmlBlock
The Aggregated Logs Block implementation for TFile.
  • 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

    • render

      protected void render(HtmlBlock.Block html)
      Description copied from class: HtmlBlock
      Render a block of html. To be overridden by implementation.
      Specified by:
      render in class HtmlBlock
      Parameters:
      html - the block to render