java.lang.Object
org.apache.hadoop.yarn.webapp.Controller
org.apache.hadoop.yarn.server.sharedcachemanager.webapp.SCMController
All Implemented Interfaces:
org.apache.hadoop.yarn.webapp.Params

@Private @Unstable public class SCMController extends org.apache.hadoop.yarn.webapp.Controller
The controller class for the shared cache manager web app.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.hadoop.yarn.webapp.Controller

    org.apache.hadoop.yarn.webapp.Controller.RequestContext
  • Field Summary

    Fields inherited from class org.apache.hadoop.yarn.webapp.Controller

    LOG

    Fields inherited from interface org.apache.hadoop.yarn.webapp.Params

    ERROR_DETAILS, TITLE, TITLE_LINK, USER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    It is referenced in SCMWebServer.SCMWebApp.setup()

    Methods inherited from class org.apache.hadoop.yarn.webapp.Controller

    $, context, cookies, echo, error, get, getInstance, inDevMode, info, injector, render, renderJSON, renderJSON, renderText, request, response, set, setStatus, setTitle, setTitle, status, url, writer

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SCMController

      public SCMController()
  • Method Details

    • index

      public void index()
      Specified by:
      index in class org.apache.hadoop.yarn.webapp.Controller
    • overview

      public void overview()
      It is referenced in SCMWebServer.SCMWebApp.setup()