Uses of Class
com.atlassian.diagnostics.ipd.api.meters.CustomMeter.MBeanSupplier
Packages that use CustomMeter.MBeanSupplier
Package
Description
-
Uses of CustomMeter.MBeanSupplier in com.atlassian.diagnostics.ipd.api.meters
Methods in com.atlassian.diagnostics.ipd.api.meters with parameters of type CustomMeter.MBeanSupplierModifier and TypeMethodDescriptionstatic <T> MeterFactory<CustomMeter<T>> CustomMeter.noopFactory(CustomMeter.MBeanSupplier<T> mBeanSupplier) -
Uses of CustomMeter.MBeanSupplier in com.atlassian.diagnostics.ipd.api.meters.custom
Methods in com.atlassian.diagnostics.ipd.api.meters.custom with parameters of type CustomMeter.MBeanSupplierModifier and TypeMethodDescriptionstatic <BEAN_TYPE>
MeterFactory<CustomMeter<BEAN_TYPE>> CustomMeterImpl.factory(CustomMeter.MBeanSupplier<BEAN_TYPE> mBeanSupplier) -
Uses of CustomMeter.MBeanSupplier in com.atlassian.diagnostics.ipd.api.meters.custom.type
Modifier and TypeClassDescriptionstatic classstatic class -
Uses of CustomMeter.MBeanSupplier in com.atlassian.diagnostics.ipd.api.registry
Methods in com.atlassian.diagnostics.ipd.api.registry with parameters of type CustomMeter.MBeanSupplierModifier and TypeMethodDescription<T> CustomMeter<T> IpdRegistry.custom(String name, CustomMeter.MBeanSupplier<T> instance, MeterTag... tags) Returns custom meter for a given name, tags and instance.<T> CustomMeter<T> NoopIpdRegistry.custom(String name, CustomMeter.MBeanSupplier<T> mBeanSupplier, MeterTag... tags)