Uses of Class
com.atlassian.diagnostics.ipd.api.MeterKey
Packages that use MeterKey
Package
Description
-
Uses of MeterKey in com.atlassian.diagnostics.ipd.api
Methods in com.atlassian.diagnostics.ipd.api with parameters of type MeterKeyModifier 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) -
Uses of MeterKey in com.atlassian.diagnostics.ipd.api.meters
Methods in com.atlassian.diagnostics.ipd.api.meters that return MeterKey -
Uses of MeterKey in com.atlassian.diagnostics.ipd.api.meters.config
Methods in com.atlassian.diagnostics.ipd.api.meters.config that return MeterKeyMethods in com.atlassian.diagnostics.ipd.api.meters.config with parameters of type MeterKeyModifier and TypeMethodDescriptionBuilds the immutable meter configuration from this builder state and given meter key.MeterObjectNameConstructor.constructObjectName(MeterKey meterKey) Constructors in com.atlassian.diagnostics.ipd.api.meters.config with parameters of type MeterKeyModifierConstructorDescriptionMeterConfig(MeterKey meterKey, MeterConfigBuilderImpl meterConfigBuilder) -
Uses of MeterKey in com.atlassian.diagnostics.ipd.api.registry
Fields in com.atlassian.diagnostics.ipd.api.registry with type parameters of type MeterKeyMethods in com.atlassian.diagnostics.ipd.api.registry that return types with arguments of type MeterKeyModifier and TypeMethodDescriptionAbstractIpdMeterRegistry.getMeterKeys()AbstractIpdMeterRegistry.getMeterKeys(String prefix) IpdRegistry.getMeterKeys()Retrieves all keys of registered `IpdMeter` instances as an immutable set.IpdRegistry.getMeterKeys(String prefix) Retrieves all keys of registered `IpdMeter` instances with the given prefix as an immutable set.Methods in com.atlassian.diagnostics.ipd.api.registry with parameters of type MeterKeyModifier and TypeMethodDescriptionRetrieves an `IpdMeter` by its `MeterKey`.voidvoidRemoves the `IpdMeter` associated with the given `MeterKey`.Constructor parameters in com.atlassian.diagnostics.ipd.api.registry with type arguments of type MeterKeyModifierConstructorDescriptionAbstractIpdMeterRegistry(MeterConfigurations meterConfigurations, Map<MeterKey, IpdMeter> meters)