Class WebUiPageTree.RootPage

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

@Path("/") @RolesAllowed("admin") public static class WebUiPageTree.RootPage extends Object
Main DoY page that displays cluster status, and the status of the resource groups. Available only to the admin user when DoY is secured.
  • Constructor Details

    • RootPage

      public RootPage()
  • Method Details

    • getRoot

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