Uses of Class
ai.vespa.metricsproxy.core.ConsumersConfig.Consumer.Metric.Builder
Packages that use ConsumersConfig.Consumer.Metric.Builder
-
Uses of ConsumersConfig.Consumer.Metric.Builder in ai.vespa.metricsproxy.core
Fields in ai.vespa.metricsproxy.core with type parameters of type ConsumersConfig.Consumer.Metric.BuilderMethods in ai.vespa.metricsproxy.core that return ConsumersConfig.Consumer.Metric.BuilderModifier and TypeMethodDescriptionConsumersConfig.Consumer.Metric.Builder.description(String __value) ConsumersConfig.Consumer.Metric.Builder.dimension(ConsumersConfig.Consumer.Metric.Dimension.Builder __builder) Add the given builder to this builder's list of Dimension buildersConsumersConfig.Consumer.Metric.Builder.dimension(Consumer<ConsumersConfig.Consumer.Metric.Dimension.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listConsumersConfig.Consumer.Metric.Builder.dimension(List<ConsumersConfig.Consumer.Metric.Dimension.Builder> __builders) Set the given list as this builder's list of Dimension buildersConsumersConfig.Consumer.Metric.Builder.outputname(String __value) Methods in ai.vespa.metricsproxy.core with parameters of type ConsumersConfig.Consumer.Metric.BuilderModifier and TypeMethodDescriptionConsumersConfig.Consumer.Builder.metric(ConsumersConfig.Consumer.Metric.Builder __builder) Add the given builder to this builder's list of Metric buildersMethod parameters in ai.vespa.metricsproxy.core with type arguments of type ConsumersConfig.Consumer.Metric.BuilderModifier and TypeMethodDescriptionConsumersConfig.Consumer.Builder.metric(Consumer<ConsumersConfig.Consumer.Metric.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listConsumersConfig.Consumer.Builder.metric(List<ConsumersConfig.Consumer.Metric.Builder> __builders) Set the given list as this builder's list of Metric buildersConstructors in ai.vespa.metricsproxy.core with parameters of type ConsumersConfig.Consumer.Metric.Builder