Uses of Class
com.yahoo.vespa.config.content.DistributionConfig.Cluster.Builder
Packages that use DistributionConfig.Cluster.Builder
-
Uses of DistributionConfig.Cluster.Builder in com.yahoo.vespa.config.content
Fields in com.yahoo.vespa.config.content with type parameters of type DistributionConfig.Cluster.BuilderMethods in com.yahoo.vespa.config.content that return DistributionConfig.Cluster.BuilderModifier and TypeMethodDescriptionDistributionConfig.Cluster.Builder.active_per_leaf_group(boolean __value) DistributionConfig.Cluster.Builder.group(DistributionConfig.Cluster.Group.Builder __builder) Add the given builder to this builder's list of Group buildersDistributionConfig.Cluster.Builder.group(Consumer<DistributionConfig.Cluster.Group.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDistributionConfig.Cluster.Builder.group(List<DistributionConfig.Cluster.Group.Builder> __builders) Set the given list as this builder's list of Group buildersDistributionConfig.Cluster.Builder.initial_redundancy(int __value) DistributionConfig.Cluster.Builder.ready_copies(int __value) DistributionConfig.Cluster.Builder.redundancy(int __value) Methods in com.yahoo.vespa.config.content with parameters of type DistributionConfig.Cluster.BuilderModifier and TypeMethodDescriptionDistributionConfig.Builder.cluster(String __key, DistributionConfig.Cluster.Builder __value) Method parameters in com.yahoo.vespa.config.content with type arguments of type DistributionConfig.Cluster.BuilderModifier and TypeMethodDescriptionDistributionConfig.Builder.cluster(String __key, Consumer<DistributionConfig.Cluster.Builder> __func) Make a new builder and run the supplied function on it before using it as the valueDistributionConfig.Builder.cluster(Map<String, DistributionConfig.Cluster.Builder> __values) Constructors in com.yahoo.vespa.config.content with parameters of type DistributionConfig.Cluster.Builder