Uses of Interface
org.HdrHistogram.HistogramLogScanner.EncodableHistogramSupplier
-
-
Uses of HistogramLogScanner.EncodableHistogramSupplier in org.HdrHistogram
Methods in org.HdrHistogram with parameters of type HistogramLogScanner.EncodableHistogramSupplier Modifier and Type Method Description booleanHistogramLogScanner.EventHandler. onHistogram(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 theEncodableHistogramanyway.
-