Interface ConfigurableHistogramMetric
-
- All Superinterfaces:
HistogramMetric,Metric,ObjectMetric<long[]>
- All Known Implementing Classes:
HistogramMetricImpl,PeriodicHistogramMetricImpl
public interface ConfigurableHistogramMetric extends HistogramMetric
Histogram metric with configurable bounds.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbounds(long[] bounds)Sets bounds for this histogram.-
Methods inherited from interface org.apache.ignite.spi.metric.HistogramMetric
bounds
-
Methods inherited from interface org.apache.ignite.spi.metric.Metric
description, name, reset
-
Methods inherited from interface org.apache.ignite.spi.metric.ObjectMetric
getAsString, type, value
-
-