Uses of Interface
org.apache.ignite.spi.metric.ObjectMetric
-
Packages that use ObjectMetric Package Description org.apache.ignite.internal.processors.metric org.apache.ignite.internal.processors.metric.impl org.apache.ignite.spi.metric Contains common classes and interfaces for metric SPI implementations. -
-
Uses of ObjectMetric in org.apache.ignite.internal.processors.metric
Subinterfaces of ObjectMetric in org.apache.ignite.internal.processors.metric Modifier and Type Interface Description interfaceConfigurableHistogramMetricHistogram metric with configurable bounds. -
Uses of ObjectMetric in org.apache.ignite.internal.processors.metric.impl
Classes in org.apache.ignite.internal.processors.metric.impl that implement ObjectMetric Modifier and Type Class Description classHistogramMetricImplHistogram metric implementation.classObjectGauge<T>Implementation based on primitive supplier.classObjectMetricImpl<T>Implementation ofObjectMetric.classPeriodicHistogramMetricImplHistogram to show count of items for each time interval with limited set of intervals. -
Uses of ObjectMetric in org.apache.ignite.spi.metric
Subinterfaces of ObjectMetric in org.apache.ignite.spi.metric Modifier and Type Interface Description interfaceHistogramMetricHistogram metric calculates counts of measurements that gets into each bounds interval.
-