Uses of Class
com.yahoo.vespa.config.content.DistributionConfig.Cluster.Group.Builder
Packages that use DistributionConfig.Cluster.Group.Builder
-
Uses of DistributionConfig.Cluster.Group.Builder in com.yahoo.vespa.config.content
Fields in com.yahoo.vespa.config.content with type parameters of type DistributionConfig.Cluster.Group.BuilderMethods in com.yahoo.vespa.config.content that return DistributionConfig.Cluster.Group.BuilderModifier and TypeMethodDescriptionDistributionConfig.Cluster.Group.Builder.capacity(double __value) DistributionConfig.Cluster.Group.Builder.nodes(DistributionConfig.Cluster.Group.Nodes.Builder __builder) Add the given builder to this builder's list of Nodes buildersDistributionConfig.Cluster.Group.Builder.nodes(Consumer<DistributionConfig.Cluster.Group.Nodes.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDistributionConfig.Cluster.Group.Builder.nodes(List<DistributionConfig.Cluster.Group.Nodes.Builder> __builders) Set the given list as this builder's list of Nodes buildersDistributionConfig.Cluster.Group.Builder.partitions(String __value) Methods in com.yahoo.vespa.config.content with parameters of type DistributionConfig.Cluster.Group.BuilderModifier and TypeMethodDescriptionDistributionConfig.Cluster.Builder.group(DistributionConfig.Cluster.Group.Builder __builder) Add the given builder to this builder's list of Group buildersMethod parameters in com.yahoo.vespa.config.content with type arguments of type DistributionConfig.Cluster.Group.BuilderModifier and TypeMethodDescriptionDistributionConfig.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 buildersConstructors in com.yahoo.vespa.config.content with parameters of type DistributionConfig.Cluster.Group.Builder