Uses of Interface
org.HdrHistogram.HistogramLogScanner.EncodableHistogramSupplier
-
-
Uses of HistogramLogScanner.EncodableHistogramSupplier in org.HdrHistogram
Classes in org.HdrHistogram that implement HistogramLogScanner.EncodableHistogramSupplier Modifier and Type Class Description private static class
HistogramLogScanner.LazyHistogramReader
Methods in org.HdrHistogram with parameters of type HistogramLogScanner.EncodableHistogramSupplier Modifier and Type Method Description boolean
HistogramLogScanner.EventHandler. onHistogram(java.lang.String tag, double timestamp, double length, HistogramLogScanner.EncodableHistogramSupplier lazyReader)
A lazy reader is provided to allow fast skipping of bulk of work where tag or timestamp are to be used as a basis for filtering theEncodableHistogram
anyway.
-