Package | Description |
---|---|
org.apache.ignite.spi.metric |
Contains common classes and interfaces for metric SPI implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanMetric
Interface for the metrics that holds boolean primitive.
|
interface |
DoubleMetric
Interface for the metrics that holds double primitive.
|
interface |
HistogramMetric
Histogram metric calculates counts of measurements that gets into each bounds interval.
|
interface |
IntMetric
Interface for the metrics that holds int primitive.
|
interface |
LongMetric
Interface for the metrics that holds long primitive.
|
interface |
ObjectMetric<T>
Interface for the metrics that holds typed value.
|
Modifier and Type | Method and Description |
---|---|
<M extends Metric> |
ReadOnlyMetricRegistry.findMetric(String name) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024