Uses of Class
org.apache.ignite.internal.processors.metric.impl.ObjectMetricImpl
-
Packages that use ObjectMetricImpl Package Description org.apache.ignite.internal.processors.metric -
-
Uses of ObjectMetricImpl in org.apache.ignite.internal.processors.metric
Methods in org.apache.ignite.internal.processors.metric that return ObjectMetricImpl Modifier and Type Method Description <T> ObjectMetricImpl<T>MetricRegistryImpl. objectMetric(String name, Class<T> type, @Nullable String desc)Creates and register named gauge.
-