Modifier and Type | Class and Description |
---|---|
private static class |
HistogramLogScanner.LazyHistogramReader |
Modifier and Type | Method and 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 the
EncodableHistogram anyway. |