public interface OutputWriter
| Modifier and Type | Method and Description |
|---|---|
void |
postCollect()
called after a serie of writes, typically at the end of a collection.
|
void |
postConstruct(Map<String,String> settings) |
void |
preCollect()
Called before metrics collection starts
|
void |
preDestroy() |
void |
writeInvocationResult(String invocationName,
Object value) |
void |
writeQueryResult(String metricName,
Object value) |
void preDestroy()
void preCollect()
throws IOException
IOExceptionvoid writeQueryResult(String metricName, Object value) throws IOException
IOExceptionvoid postCollect()
throws IOException
called after a serie of writes, typically at the end of a collection.
Useful with batch writers.
IOExceptionvoid writeInvocationResult(String invocationName, Object value) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.