Class WebUiPageTree.ConfigPage

java.lang.Object
org.apache.drill.yarn.appMaster.http.WebUiPageTree.ConfigPage
Enclosing class:
WebUiPageTree

@Path("/config") @RolesAllowed("admin") public static class WebUiPageTree.ConfigPage extends Object
Display the configuration page which displays the contents of DoY and selected Drill config as name/value pairs. Visible only to the admin when DoY is secure.
  • Constructor Details

    • ConfigPage

      public ConfigPage()
  • Method Details

    • getRoot

      @GET @Produces("text/html") public org.glassfish.jersey.server.mvc.Viewable getRoot()