| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMetric
Base class for
Metric implementations. |
| Modifier and Type | Method and Description |
|---|---|
<M extends Metric> |
MetricRegistry.findMetric(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricRegistry.register(Metric metric)
Register existing metrics in this group with the specified name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicLongMetric
Long metric implementation.
|
class |
BooleanGauge
Implementation based on primitive supplier.
|
class |
BooleanMetricImpl
Metric that holds boolean primitive.
|
class |
DoubleGauge
Implementation based on primitive supplier.
|
class |
DoubleMetricImpl
Double metric.
|
class |
HistogramMetricImpl
Histogram metric implementation.
|
class |
HitRateMetric
Accumulates approximate hit rate statistics.
|
class |
IntGauge
Implementation based on primitive supplier.
|
class |
IntMetricImpl
Int metric implementation.
|
class |
LongAdderMetric
Long metric implementation based on
LongAdder. |
class |
LongAdderWithDelegateMetric
Long metric implementation based on
LongAdder with LongAdderWithDelegateMetric.delegate. |
class |
LongGauge
Implementation based on primitive supplier.
|
class |
ObjectGauge<T>
Implementation based on primitive supplier.
|
class |
ObjectMetricImpl<T>
Implementation of
ObjectMetric. |
| 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) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020