public class HdrPropertyWriter extends Object implements HdrPostProcessor
| Constructor and Description |
|---|
HdrPropertyWriter() |
| 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"
|
void |
postProcess(org.HdrHistogram.Histogram histogram,
String histogramFile)
Save a summary of the analyzed rate data to a properties file named "latency.properties"
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostProcess, postProcesspublic void postProcess(org.HdrHistogram.Histogram histogram,
File histogramFile)
throws Exception
postProcess in interface HdrPostProcessorhistogramFile - the file to post-processIOException - if unable to saveExceptionpublic void postProcess(org.HdrHistogram.Histogram histogram,
String histogramFile)
throws Exception
postProcess in interface HdrPostProcessorhistogramFile - the file to post-processIOException - if unable to saveExceptionThis documentation was released into the public domain.