Uses of Class
com.yahoo.vespa.config.content.DistributionConfig.Cluster.Group.Nodes.Builder
Packages that use DistributionConfig.Cluster.Group.Nodes.Builder
-
Uses of DistributionConfig.Cluster.Group.Nodes.Builder in com.yahoo.vespa.config.content
Fields in com.yahoo.vespa.config.content with type parameters of type DistributionConfig.Cluster.Group.Nodes.BuilderMethods in com.yahoo.vespa.config.content that return DistributionConfig.Cluster.Group.Nodes.BuilderModifier and TypeMethodDescriptionDistributionConfig.Cluster.Group.Nodes.Builder.index(int __value) DistributionConfig.Cluster.Group.Nodes.Builder.retired(boolean __value) Methods in com.yahoo.vespa.config.content with parameters of type DistributionConfig.Cluster.Group.Nodes.BuilderModifier and TypeMethodDescriptionDistributionConfig.Cluster.Group.Builder.nodes(DistributionConfig.Cluster.Group.Nodes.Builder __builder) Add the given builder to this builder's list of Nodes buildersMethod parameters in com.yahoo.vespa.config.content with type arguments of type DistributionConfig.Cluster.Group.Nodes.BuilderModifier and TypeMethodDescriptionDistributionConfig.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 buildersConstructors in com.yahoo.vespa.config.content with parameters of type DistributionConfig.Cluster.Group.Nodes.Builder