Uses of Class
com.yahoo.vespa.config.search.DispatchNodesConfig.Node.Builder
Packages that use DispatchNodesConfig.Node.Builder
-
Uses of DispatchNodesConfig.Node.Builder in com.yahoo.vespa.config.search
Fields in com.yahoo.vespa.config.search with type parameters of type DispatchNodesConfig.Node.BuilderMethods in com.yahoo.vespa.config.search that return DispatchNodesConfig.Node.BuilderModifier and TypeMethodDescriptionDispatchNodesConfig.Node.Builder.group(int __value) DispatchNodesConfig.Node.Builder.key(int __value) DispatchNodesConfig.Node.Builder.port(int __value) Methods in com.yahoo.vespa.config.search with parameters of type DispatchNodesConfig.Node.BuilderModifier and TypeMethodDescriptionDispatchNodesConfig.Builder.node(DispatchNodesConfig.Node.Builder __builder) Add the given builder to this builder's list of Node buildersMethod parameters in com.yahoo.vespa.config.search with type arguments of type DispatchNodesConfig.Node.BuilderModifier and TypeMethodDescriptionDispatchNodesConfig.Builder.node(Consumer<DispatchNodesConfig.Node.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDispatchNodesConfig.Builder.node(List<DispatchNodesConfig.Node.Builder> __builders) Set the given list as this builder's list of Node buildersConstructors in com.yahoo.vespa.config.search with parameters of type DispatchNodesConfig.Node.Builder