Class SelfDiscoveryResource

java.lang.Object
org.apache.druid.server.http.SelfDiscoveryResource

public class SelfDiscoveryResource extends Object
This class is annotated Singleton rather than LazySingleton because it adds a lifecycle handler in the constructor. That should happen before the lifecycle is started, i. e. eagerly during the DI configuration phase.
  • Constructor Details

  • Method Details

    • getSelfDiscoveredStatus

      public javax.ws.rs.core.Response getSelfDiscoveredStatus()
      See the description of this endpoint in api-reference.md.
    • getSelfDiscovered

      public javax.ws.rs.core.Response getSelfDiscovered()
      See the description of this endpoint in api-reference.md.