Uses of Interface
com.wavefront.agent.histogram.TimeProvider
-
Packages that use TimeProvider Package Description com.wavefront.agent.histogram.accumulator -
-
Uses of TimeProvider in com.wavefront.agent.histogram.accumulator
Methods in com.wavefront.agent.histogram.accumulator with parameters of type TimeProvider Modifier and Type Method Description Iterator<Utils.HistogramKey>
AccumulationCache. getRipeDigestsIterator(TimeProvider clock)
Returns an iterator over "ripe" digests ready to be shippedIterator<Utils.HistogramKey>
Accumulator. getRipeDigestsIterator(TimeProvider clock)
Returns an iterator over "ripe" digests ready to be shipped
-