Uses of Interface
com.atlassian.diagnostics.ipd.api.meters.CustomMeter
Packages that use CustomMeter
Package
Description
-
Uses of CustomMeter in com.atlassian.diagnostics.ipd.api.meters
Classes in com.atlassian.diagnostics.ipd.api.meters that implement CustomMeterMethods in com.atlassian.diagnostics.ipd.api.meters that return types with arguments of type CustomMeterModifier and TypeMethodDescriptionstatic <T> MeterFactory<CustomMeter<T>> CustomMeter.noopFactory(CustomMeter.MBeanSupplier<T> mBeanSupplier) -
Uses of CustomMeter in com.atlassian.diagnostics.ipd.api.meters.custom
Classes in com.atlassian.diagnostics.ipd.api.meters.custom that implement CustomMeterMethods in com.atlassian.diagnostics.ipd.api.meters.custom that return types with arguments of type CustomMeterModifier and TypeMethodDescriptionstatic <BEAN_TYPE>
MeterFactory<CustomMeter<BEAN_TYPE>> CustomMeterImpl.factory(CustomMeter.MBeanSupplier<BEAN_TYPE> mBeanSupplier) static <BEAN_TYPE>
MeterFactory<CustomMeter<BEAN_TYPE>> -
Uses of CustomMeter in com.atlassian.diagnostics.ipd.api.registry
Methods in com.atlassian.diagnostics.ipd.api.registry that return CustomMeterModifier 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> Returns custom meter for a given name, tags and type.<T> CustomMeter<T> NoopIpdRegistry.custom(String name, CustomMeter.MBeanSupplier<T> mBeanSupplier, MeterTag... tags) <T> CustomMeter<T>