Class ServiceAnnouncementState

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

public class ServiceAnnouncementState extends Object
Tracks whether this service has announced itself to service discovery and is ready to receive traffic. Used by the /status/ready endpoint to report readiness to load balancers.
  • Constructor Details

    • ServiceAnnouncementState

      public ServiceAnnouncementState()
  • Method Details

    • markReady

      public void markReady()
    • markNotReady

      public void markNotReady()
    • isReady

      public boolean isReady()