Uses of Interface
org.apache.ignite.spi.metric.Metric
-
Packages that use Metric 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.org.apache.ignite.spi.systemview.view ContainsSystemViewclases that exists in Ignite. -
-
Uses of Metric in org.apache.ignite.internal.processors.metric
Subinterfaces of Metric in org.apache.ignite.internal.processors.metric Modifier and Type Interface Description interfaceConfigurableHistogramMetricHistogram metric with configurable bounds.Classes in org.apache.ignite.internal.processors.metric that implement Metric Modifier and Type Class Description classAbstractMetricBase class forMetricimplementations.Methods in org.apache.ignite.internal.processors.metric with type parameters of type Metric Modifier and Type Method Description <T extends Metric>
TGridMetricManager. find(String name, Class<T> type)<M extends Metric>
MMetricRegistryImpl. findMetric(String name)Methods in org.apache.ignite.internal.processors.metric that return types with arguments of type Metric Modifier and Type Method Description @NotNull Iterator<Metric>MetricRegistryImpl. iterator()Methods in org.apache.ignite.internal.processors.metric with parameters of type Metric Modifier and Type Method Description voidMetricRegistryImpl. register(Metric metric)Register existing metrics in this group with the specified name. -
Uses of Metric in org.apache.ignite.internal.processors.metric.impl
Classes in org.apache.ignite.internal.processors.metric.impl that implement Metric Modifier and Type Class Description classAtomicLongMetricLong metric implementation.classBooleanGaugeImplementation based on primitive supplier.classBooleanMetricImplMetric that holds boolean primitive.classDoubleGaugeImplementation based on primitive supplier.classDoubleMetricImplDouble metric.classHistogramMetricImplHistogram metric implementation.classHitRateMetricAccumulates approximate hit rate statistics.classIntGaugeImplementation based on primitive supplier.classIntMetricImplInt metric implementation.classLongAdderMetricLong metric implementation based onLongAdder.classLongAdderWithDelegateMetricLong metric implementation based onLongAdderwithLongAdderWithDelegateMetric.delegate.classLongGaugeImplementation based on primitive supplier.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 Metric in org.apache.ignite.spi.metric
Subinterfaces of Metric in org.apache.ignite.spi.metric Modifier and Type Interface Description interfaceBooleanMetricInterface for the metrics that holds boolean primitive.interfaceDoubleMetricInterface for the metrics that holds double primitive.interfaceHistogramMetricHistogram metric calculates counts of measurements that gets into each bounds interval.interfaceIntMetricInterface for the metrics that holds int primitive.interfaceLongMetricInterface for the metrics that holds long primitive.interfaceObjectMetric<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)
-