Uses of Interface
org.HdrHistogram.HistogramLogScanner.EncodableHistogramSupplier
-
Packages that use HistogramLogScanner.EncodableHistogramSupplier Package Description org.HdrHistogram A High Dynamic Range (HDR) Histogram Package -
-
Uses of HistogramLogScanner.EncodableHistogramSupplier in org.HdrHistogram
Classes in org.HdrHistogram that implement HistogramLogScanner.EncodableHistogramSupplier Modifier and Type Class Description private static classHistogramLogScanner.LazyHistogramReaderMethods in org.HdrHistogram with parameters of type HistogramLogScanner.EncodableHistogramSupplier Modifier and Type Method Description booleanHistogramLogScanner.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 theEncodableHistogramanyway.
-