Uses of Class
ai.vespa.metricsproxy.http.application.MetricsNodesConfig.Node.Builder
Packages that use MetricsNodesConfig.Node.Builder
-
Uses of MetricsNodesConfig.Node.Builder in ai.vespa.metricsproxy.http.application
Fields in ai.vespa.metricsproxy.http.application with type parameters of type MetricsNodesConfig.Node.BuilderMethods in ai.vespa.metricsproxy.http.application that return MetricsNodesConfig.Node.BuilderModifier and TypeMethodDescriptionMetricsNodesConfig.Node.Builder.metricsPath(String __value) MetricsNodesConfig.Node.Builder.metricsPort(int __value) Methods in ai.vespa.metricsproxy.http.application with parameters of type MetricsNodesConfig.Node.BuilderModifier and TypeMethodDescriptionMetricsNodesConfig.Builder.node(MetricsNodesConfig.Node.Builder __builder) Add the given builder to this builder's list of Node buildersMethod parameters in ai.vespa.metricsproxy.http.application with type arguments of type MetricsNodesConfig.Node.BuilderModifier and TypeMethodDescriptionMetricsNodesConfig.Builder.node(Consumer<MetricsNodesConfig.Node.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listMetricsNodesConfig.Builder.node(List<MetricsNodesConfig.Node.Builder> __builders) Set the given list as this builder's list of Node buildersConstructors in ai.vespa.metricsproxy.http.application with parameters of type MetricsNodesConfig.Node.Builder