Uses of Interface
com.atlassian.diagnostics.ipd.api.meters.config.ProductMeterConfigBuilder
Packages that use ProductMeterConfigBuilder
Package
Description
-
Uses of ProductMeterConfigBuilder in com.atlassian.diagnostics.ipd.api
Methods in com.atlassian.diagnostics.ipd.api with parameters of type ProductMeterConfigBuilderModifier and TypeMethodDescriptionvoidMeterConfigurations.evaluateConfig(MeterKey meterKey, ProductMeterConfigBuilder configBuilder) Evaluates the configuration for the given MeterKey and applies it to the provided ProductMeterConfigBuilder.voidMeterConfigurationsImpl.evaluateConfig(MeterKey meterKey, ProductMeterConfigBuilder configBuilder) Method parameters in com.atlassian.diagnostics.ipd.api with type arguments of type ProductMeterConfigBuilderModifier and TypeMethodDescriptionstatic MeterConfigurationsMeterConfigurations.create(Consumer<ProductMeterConfigBuilder> defaultConfig) Creates a new instance of MeterConfigurations with the provided default configuration.Constructor parameters in com.atlassian.diagnostics.ipd.api with type arguments of type ProductMeterConfigBuilderModifierConstructorDescriptionMeterConfigurationsImpl(Consumer<ProductMeterConfigBuilder> defaultConfig) -
Uses of ProductMeterConfigBuilder in com.atlassian.diagnostics.ipd.api.meters.config
Classes in com.atlassian.diagnostics.ipd.api.meters.config that implement ProductMeterConfigBuilderMethods in com.atlassian.diagnostics.ipd.api.meters.config that return ProductMeterConfigBuilderModifier and TypeMethodDescriptionMeterConfigBuilderImpl.setObjectNameConstructor(MeterObjectNameConstructor objectNameFactory) ProductMeterConfigBuilder.setObjectNameConstructor(MeterObjectNameConstructor objectNameFactory) Set the object name factory for this meter.