Interface HdrDeltaHistogramProvider
- All Known Subinterfaces:
HdrDeltaHistogramAttachment
- All Known Implementing Classes:
NBMetricHistogram,NBMetricTimer
public interface HdrDeltaHistogramProvider
-
Method Summary
Modifier and TypeMethodDescriptionorg.HdrHistogram.HistogramCreate a new interval histogram from the current data, then reset the histogram reservoir.
-
Method Details
-
getNextHdrDeltaHistogram
org.HdrHistogram.Histogram getNextHdrDeltaHistogram()Create a new interval histogram from the current data, then reset the histogram reservoir.- Returns:
- the new interval histogram
-