Uses of Interface
io.engineblock.metrics.HdrDeltaHistogramAttachment
-
Packages that use HdrDeltaHistogramAttachment Package Description io.engineblock.metrics -
-
Uses of HdrDeltaHistogramAttachment in io.engineblock.metrics
Classes in io.engineblock.metrics that implement HdrDeltaHistogramAttachment Modifier and Type Class Description classNicerHistogramclassNicerTimerMethods in io.engineblock.metrics that return types with arguments of type HdrDeltaHistogramAttachment Modifier and Type Method Description protected java.lang.Class<HdrDeltaHistogramAttachment>HistoIntervalLogger. getCapabilityClass()protected java.lang.Class<HdrDeltaHistogramAttachment>HistoStatsLogger. getCapabilityClass()Methods in io.engineblock.metrics with parameters of type HdrDeltaHistogramAttachment Modifier and Type Method Description voidHistoIntervalLogger. onCapableAdded(java.lang.String name, HdrDeltaHistogramAttachment chainedHistogram)voidHistoStatsLogger. onCapableAdded(java.lang.String name, HdrDeltaHistogramAttachment chainedHistogram)voidHistoIntervalLogger. onCapableRemoved(java.lang.String name, HdrDeltaHistogramAttachment capable)voidHistoStatsLogger. onCapableRemoved(java.lang.String name, HdrDeltaHistogramAttachment capable)
-