Class AggregatedLogsPage

All Implemented Interfaces:
Params

@LimitedPrivate({"YARN","MapReduce"}) public class AggregatedLogsPage extends TwoColumnLayout
  • Constructor Details

    • AggregatedLogsPage

      public AggregatedLogsPage()
  • Method Details

    • preHead

      protected void preHead(Hamlet.HTML<HtmlPage.__> html)
      Description copied from class: TwoColumnLayout
      Do what needs to be done before the header is rendered. This usually involves setting page variables for Javascript and CSS rendering.
      Overrides:
      preHead in class TwoColumnLayout
      Parameters:
      html - the html to use to render.
    • content

      protected Class<? extends SubView> content()
      Overrides:
      content in class TwoColumnLayout
      Returns:
      the class that will render the content of the page.