Class 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 Detail

      • HistogramRecompressor

        public HistogramRecompressor​(Supplier<Short> storageAccuracySupplier)
        Parameters:
        storageAccuracySupplier - Supplier for histogram storage accuracy
    • Method Detail

      • apply

        public wavefront.report.Histogram apply​(wavefront.report.Histogram input)
        Specified by:
        apply in interface Function<wavefront.report.Histogram,​wavefront.report.Histogram>