Class ConfigserverCluster
java.lang.Object
com.yahoo.config.model.producer.AnyConfigProducer
com.yahoo.config.model.producer.TreeConfigProducer
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 TreeConfigProducer
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:
-
Field Summary
Fields inherited from class com.yahoo.config.model.producer.AnyConfigProducer
log -
Constructor Summary
ConstructorsConstructorDescriptionConfigserverCluster(TreeConfigProducer<?> parent, String subId, ConfigOptions options, com.yahoo.config.model.api.ModelContext.FeatureFlags featureFlags) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetConfig(com.yahoo.cloud.config.ConfigserverConfig.Builder builder) voidgetConfig(com.yahoo.cloud.config.CuratorConfig.Builder builder) voidgetConfig(com.yahoo.cloud.config.ZookeeperServerConfig.Builder builder) voidgetConfig(com.yahoo.container.core.VipStatusConfig.Builder builder) voidgetConfig(com.yahoo.container.jdisc.config.HealthMonitorConfig.Builder builder) voidsetContainerCluster(ContainerCluster<?> containerCluster) Methods inherited from class com.yahoo.config.model.producer.TreeConfigProducer
addChild, addDescendantService, getChildren, getChildrenByTypeRecursive, getConfigClassLoader, getDescendantServices, removeChild, validateMethods inherited from class com.yahoo.config.model.producer.AnyConfigProducer
addConfigId, addUserConfig, cascadeConfig, currentConfigId, findInheritedClassLoader, getConfigId, getMonitoringService, getParent, getRoot, getSubId, getUserConfigs, hostSystem, mergeUserConfigs, remove, setParent, setUserConfigs, stateIsHostedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.yahoo.vespa.model.ConfigProducer
dump
-
Constructor Details
-
ConfigserverCluster
public ConfigserverCluster(TreeConfigProducer<?> parent, String subId, ConfigOptions options, com.yahoo.config.model.api.ModelContext.FeatureFlags featureFlags)
-
-
Method Details
-
setContainerCluster
-
getConfig
public void getConfig(com.yahoo.cloud.config.ZookeeperServerConfig.Builder builder) - Specified by:
getConfigin interfacecom.yahoo.cloud.config.ZookeeperServerConfig.Producer
-
getConfig
public void getConfig(com.yahoo.cloud.config.ConfigserverConfig.Builder builder) - Specified by:
getConfigin interfacecom.yahoo.cloud.config.ConfigserverConfig.Producer
-
getConfig
public void getConfig(com.yahoo.container.jdisc.config.HealthMonitorConfig.Builder builder) - Specified by:
getConfigin interfacecom.yahoo.container.jdisc.config.HealthMonitorConfig.Producer
-
getConfig
public void getConfig(com.yahoo.container.core.VipStatusConfig.Builder builder) - Specified by:
getConfigin interfacecom.yahoo.container.core.VipStatusConfig.Producer
-
getConfig
public void getConfig(com.yahoo.cloud.config.CuratorConfig.Builder builder) - Specified by:
getConfigin interfacecom.yahoo.cloud.config.CuratorConfig.Producer
-