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