Class StatusResource

java.lang.Object
org.apache.druid.server.StatusResource

public class StatusResource extends Object
  • Constructor Details

  • Method Details

    • getProperties

      public Map<String,String> getProperties()
    • doGet

      public StatusResource.Status doGet(@Context javax.servlet.http.HttpServletRequest req)
    • getHealth

      public boolean getHealth()
      This is an unsecured endpoint, defined as such in UNSECURED_PATHS in the service initiailization files (e.g. CliOverlord, CoordinatorJettyServerInitializer)
    • getReady

      public javax.ws.rs.core.Response getReady()
      This is an unsecured endpoint, defined as such in UNSECURED_PATHS in the service initialization files. Returns 200 when the service has announced itself and is ready to receive traffic, or 503 when the service has not yet announced or has begun unannouncing (e.g. during shutdown).