Class ConfigserverCluster

java.lang.Object
com.yahoo.config.model.producer.AbstractConfigProducer
com.yahoo.vespa.model.container.configserver.ConfigserverCluster
All Implemented Interfaces:
com.yahoo.cloud.config.ConfigserverConfig.Producer, com.yahoo.cloud.config.CuratorConfig.Producer, com.yahoo.cloud.config.ZookeeperServerConfig.Producer, com.yahoo.config.ConfigInstance.Producer, com.yahoo.container.core.VipStatusConfig.Producer, com.yahoo.container.jdisc.config.HealthMonitorConfig.Producer, ConfigProducer, Serializable

public class ConfigserverCluster extends AbstractConfigProducer implements com.yahoo.cloud.config.ConfigserverConfig.Producer, com.yahoo.cloud.config.CuratorConfig.Producer, com.yahoo.container.jdisc.config.HealthMonitorConfig.Producer, com.yahoo.container.core.VipStatusConfig.Producer, com.yahoo.cloud.config.ZookeeperServerConfig.Producer
Represents a config server cluster.
Author:
Ulf Lilleengen
See Also:
  • Constructor Details

  • Method Details

    • setContainerCluster

      public void setContainerCluster(ContainerCluster<?> containerCluster)
    • getConfig

      public void getConfig(com.yahoo.cloud.config.ZookeeperServerConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.cloud.config.ZookeeperServerConfig.Producer
    • getConfig

      public void getConfig(com.yahoo.cloud.config.ConfigserverConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.cloud.config.ConfigserverConfig.Producer
    • getConfig

      public void getConfig(com.yahoo.container.jdisc.config.HealthMonitorConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.container.jdisc.config.HealthMonitorConfig.Producer
    • getConfig

      public void getConfig(com.yahoo.container.core.VipStatusConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.container.core.VipStatusConfig.Producer
    • getConfig

      public void getConfig(com.yahoo.cloud.config.CuratorConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.cloud.config.CuratorConfig.Producer