Uses of Interface
org.apache.ignite.spi.metric.Metric
-
Packages that use Metric Package Description org.apache.ignite.spi.metric Contains common classes and interfaces for metric SPI implementations.org.apache.ignite.spi.systemview.view ContainsSystemView
clases that exists in Ignite. -
-
Uses of Metric in org.apache.ignite.spi.metric
Subinterfaces of Metric in org.apache.ignite.spi.metric Modifier and Type Interface 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.Methods in org.apache.ignite.spi.metric with type parameters of type Metric Modifier and Type Method Description <M extends Metric>
MReadOnlyMetricRegistry. findMetric(String name)
-
Uses of Metric in org.apache.ignite.spi.systemview.view
Constructors in org.apache.ignite.spi.systemview.view with parameters of type Metric Constructor Description MetricsView(Metric metric)
-