Class ZkPathsConfig

java.lang.Object
org.apache.druid.server.initialization.ZkPathsConfig

public class ZkPathsConfig extends Object
  • Constructor Details

    • ZkPathsConfig

      public ZkPathsConfig()
  • Method Details

    • getBase

      public String getBase()
    • getPropertiesPath

      public String getPropertiesPath()
    • getAnnouncementsPath

      public String getAnnouncementsPath()
    • getLiveSegmentsPath

      @Deprecated public String getLiveSegmentsPath()
      Deprecated.
      Use HTTP-based segment discovery instead.
      Path to announce served segments on.
    • getCoordinatorPath

      public String getCoordinatorPath()
    • getOverlordPath

      public String getOverlordPath()
    • getConnectorPath

      public String getConnectorPath()
    • getInternalDiscoveryPath

      public String getInternalDiscoveryPath()
    • defaultPath

      public String defaultPath(String subPath)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object