public class GraphiteUdpOutputWriter extends AbstractOutputWriter
logger, SETTING_LOG_LEVEL, SETTING_LOG_LEVEL_DEFAULT_VALUE| Constructor and Description |
|---|
GraphiteUdpOutputWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
postConstruct(Map<String,String> settings) |
void |
preDestroy() |
String |
toString() |
void |
writeInvocationResult(String invocationName,
Object value) |
void |
writeQueryResult(String metricName,
String metricType,
Object value) |
getDebugLevel, getInfoLevel, getTraceLevel, postCollect, preCollectpublic void postConstruct(Map<String,String> settings)
postConstruct in interface OutputWriterpostConstruct in class AbstractOutputWriterpublic void writeInvocationResult(String invocationName, Object value) throws IOException
writeInvocationResult in interface OutputWriterwriteInvocationResult in class AbstractOutputWriterIOExceptionpublic void writeQueryResult(String metricName, String metricType, Object value) throws IOException
writeQueryResult in interface OutputWriterwriteQueryResult in class AbstractOutputWritermetricType - see Query.typeIOExceptionpublic void preDestroy()
preDestroy in interface OutputWriterpreDestroy in class AbstractOutputWriterCopyright © 2017. All Rights Reserved.