Package com.wavefront.agent.histogram
Class HistogramRecompressor
- java.lang.Object
-
- com.wavefront.agent.histogram.HistogramRecompressor
-
- All Implemented Interfaces:
Function<wavefront.report.Histogram,wavefront.report.Histogram>
public class HistogramRecompressor extends Object implements Function<wavefront.report.Histogram,wavefront.report.Histogram>
Recompresses histograms to reduce their size.- Author:
- [email protected]
-
-
Constructor Summary
Constructors Constructor Description HistogramRecompressor(Supplier<Short> storageAccuracySupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description wavefront.report.Histogram
apply(wavefront.report.Histogram input)
-