Uses of Interface
com.wavefront.common.TimeProvider
-
Packages that use TimeProvider Package Description com.wavefront.agent com.wavefront.agent.histogram com.wavefront.agent.histogram.accumulator -
-
Uses of TimeProvider in com.wavefront.agent
Methods in com.wavefront.agent that return TimeProvider Modifier and Type Method Description TimeProvider
ProxyConfig. getTimeProvider()
-
Uses of TimeProvider in com.wavefront.agent.histogram
Constructors in com.wavefront.agent.histogram with parameters of type TimeProvider Constructor Description PointHandlerDispatcher(Accumulator digests, ReportableEntityHandler<wavefront.report.ReportPoint,String> output, TimeProvider clock, Supplier<Boolean> histogramDisabled, Integer dispatchLimit, Granularity granularity)
-
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<HistogramKey>
AccumulationCache. getRipeDigestsIterator(TimeProvider clock)
Returns an iterator over "ripe" digests ready to be shippedIterator<HistogramKey>
Accumulator. getRipeDigestsIterator(TimeProvider clock)
Returns an iterator over "ripe" digests ready to be shippedConstructors in com.wavefront.agent.histogram.accumulator with parameters of type TimeProvider Constructor Description AgentDigestFactory(Supplier<Short> compressionSupplier, long ttlMillis, TimeProvider timeProvider)
-