Class WebPageUtils

java.lang.Object
org.apache.hadoop.yarn.server.webapp.WebPageUtils

public class WebPageUtils extends Object
  • Constructor Details

    • WebPageUtils

      public WebPageUtils()
  • Method Details

    • appsTableInit

      public static String appsTableInit()
    • appsTableInit

      public static String appsTableInit(boolean isResourceManager)
    • appsTableInit

      public static String appsTableInit(boolean isFairSchedulerPage, boolean isResourceManager)
    • attemptsTableInit

      public static String attemptsTableInit()
    • containersTableInit

      public static String containersTableInit()
    • resourceRequestsTableInit

      public static String resourceRequestsTableInit()
    • appendToolSection

      public static org.apache.hadoop.yarn.webapp.hamlet2.Hamlet.UL<org.apache.hadoop.yarn.webapp.hamlet2.Hamlet.DIV<org.apache.hadoop.yarn.webapp.hamlet2.Hamlet>> appendToolSection(org.apache.hadoop.yarn.webapp.hamlet2.Hamlet.DIV<org.apache.hadoop.yarn.webapp.hamlet2.Hamlet> section, org.apache.hadoop.conf.Configuration conf)
      Creates the tool section after a closed section. If it is not enabled, the section is created without any links.
      Parameters:
      section - a closed HTML div section
      conf - configuration object
      Returns:
      the tool section, if it is enabled, null otherwise