Class ExtraInstanceConfig


  • public class ExtraInstanceConfig
    extends Object
    Pinot extended Instance Config for pinot extra configuration like TlsPort, etc
    • Constructor Detail

      • ExtraInstanceConfig

        public ExtraInstanceConfig​(org.apache.helix.model.InstanceConfig proxy)
    • Method Detail

      • getTlsPort

        public String getTlsPort()
      • setTlsPort

        public void setTlsPort​(String tlsPort)
      • getComponentUrl

        public String getComponentUrl()
        Returns an instance URL from the InstanceConfig. Will set the appropriate protocol and port. Note that the helix participant port will be returned. For the Pinot server this will not correspond to the admin port. Returns null if the URL cannot be constructed.