public interface HdrPostProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(org.HdrHistogram.Histogram histogram,
File histogramFile)
Save a summary of the analyzed rate data to a properties file named "latency.properties"
|
default void |
postProcess(org.HdrHistogram.Histogram histogram,
File histogramFile,
HistogramHandler handler)
Post process an HDR file
|
void |
postProcess(org.HdrHistogram.Histogram histogram,
String histogramFile)
Save a summary of the analyzed rate data to a properties file named "latency.properties"
|
default void |
postProcess(org.HdrHistogram.Histogram histogram,
String histogramFile,
HistogramHandler handler)
Post process an HDR file
|
default void postProcess(org.HdrHistogram.Histogram histogram,
String histogramFile,
HistogramHandler handler)
throws Exception
histogramFile - the file to post-processhandler - An histogram handler to read/save/etc the histogram dataException - implementation-specificdefault void postProcess(org.HdrHistogram.Histogram histogram,
File histogramFile,
HistogramHandler handler)
throws Exception
histogramFile - the file to post-processhandler - An histogram handler to read/save/etc the histogram dataException - implementation-specificvoid postProcess(org.HdrHistogram.Histogram histogram,
File histogramFile)
throws Exception
histogramFile - the file to post-processIOException - implementation-specificExceptionvoid postProcess(org.HdrHistogram.Histogram histogram,
String histogramFile)
throws Exception
histogramFile - the file to post-processIOException - implementation-specificExceptionThis documentation was released into the public domain.