Package com.wavefront.agent.histogram
Class PointHandlerDispatcher
- java.lang.Object
-
- com.wavefront.agent.histogram.PointHandlerDispatcher
-
- All Implemented Interfaces:
Runnable
public class PointHandlerDispatcher extends Object implements Runnable
Dispatch task for marshalling "ripe" digests for shipment to the agent to a point handler.- Author:
- Tim Schmidt ([email protected]).
-
-
Constructor Summary
Constructors Constructor Description PointHandlerDispatcher(Accumulator digests, ReportableEntityHandler<wavefront.report.ReportPoint,String> output, com.wavefront.common.TimeProvider clock, Supplier<Boolean> histogramDisabled, Integer dispatchLimit, Granularity granularity)
-
-
-
Constructor Detail
-
PointHandlerDispatcher
public PointHandlerDispatcher(Accumulator digests, ReportableEntityHandler<wavefront.report.ReportPoint,String> output, com.wavefront.common.TimeProvider clock, Supplier<Boolean> histogramDisabled, @Nullable Integer dispatchLimit, @Nullable Granularity granularity)
-
-