Uses of Interface
org.apache.ignite.spi.metric.LongMetric
-
Packages that use LongMetric Package Description org.apache.ignite.internal.processors.metric.impl -
-
Uses of LongMetric in org.apache.ignite.internal.processors.metric.impl
Classes in org.apache.ignite.internal.processors.metric.impl that implement LongMetric Modifier and Type Class Description classAtomicLongMetricLong metric implementation.classHitRateMetricAccumulates approximate hit rate statistics.classLongAdderMetricLong metric implementation based onLongAdder.classLongAdderWithDelegateMetricLong metric implementation based onLongAdderwithLongAdderWithDelegateMetric.delegate.classLongGaugeImplementation based on primitive supplier.
-