Uses of Interface
org.jmxtrans.agent.OutputWriter
| Package | Description |
|---|---|
| org.jmxtrans.agent | |
| org.jmxtrans.agent.google | |
| org.jmxtrans.agent.influxdb | |
| org.jmxtrans.agent.zabbix |
-
Uses of OutputWriter in org.jmxtrans.agent
Classes in org.jmxtrans.agent that implement OutputWriter Modifier and Type Class Description classAbstractOutputWriterclassConsoleOutputWriterclassDevNullOutputWriterclassFileOverwriterOutputWriterclassGraphitePlainTextTcpOutputWriterclassGraphiteUdpOutputWriterOutput writer for writing to Graphite using UDP.classLibratoWriterOutputWriter for Librato.classOutputWriterCircuitBreakerDecoratorclassOutputWritersChainclassPerMinuteSummarizerOutputWriterclassRollingFileOutputWriterclassStatsDOutputWriterclassSummarizingConsoleOutputWriterWaiting for a configuration extension to combine thePerMinuteSummarizerOutputWriterwith theConsoleOutputWriter, this class hard-codes the wiring.classSummarizingFileOverwriterOutputWriterWaiting for a configuration extension to combine thePerMinuteSummarizerOutputWriterwith theFileOverwriterOutputWriter, this class hard-codes the wiring.Fields in org.jmxtrans.agent declared as OutputWriter Modifier and Type Field Description protected OutputWriterOutputWriterCircuitBreakerDecorator. delegateprotected OutputWriterPerMinuteSummarizerOutputWriter. delegateprotected OutputWriterJmxTransExporterConfiguration. outputWritervisible for testFields in org.jmxtrans.agent with type parameters of type OutputWriter Modifier and Type Field Description protected List<OutputWriter>OutputWritersChain. outputWritersMethods in org.jmxtrans.agent that return OutputWriter Modifier and Type Method Description OutputWriterJmxTransExporterConfiguration. getOutputWriter()Methods in org.jmxtrans.agent with parameters of type OutputWriter Modifier and Type Method Description voidCollector. collectAndExport(MBeanServer mbeanServer, OutputWriter outputWriter)voidDiscoveryQuery. collectAndExport(MBeanServer mbeanServer, OutputWriter outputWriter)voidInvocation. collectAndExport(MBeanServer mbeanServer, OutputWriter outputWriter)voidQuery. collectAndExport(MBeanServer mbeanServer, OutputWriter outputWriter)voidTimeTrackingCollector. collectIfEnoughTimeHasPassed(MBeanServer mbeanServer, OutputWriter outputWriter)voidPerMinuteSummarizerOutputWriter. setDelegate(OutputWriter delegate)JmxTransExporterConfigurationJmxTransExporterConfiguration. withOutputWriter(OutputWriter outputWriter)Constructors in org.jmxtrans.agent with parameters of type OutputWriter Constructor Description OutputWriterCircuitBreakerDecorator(OutputWriter delegate)PerMinuteSummarizerOutputWriter(OutputWriter delegate)Constructor parameters in org.jmxtrans.agent with type arguments of type OutputWriter Constructor Description OutputWritersChain(List<OutputWriter> outputWriters) -
Uses of OutputWriter in org.jmxtrans.agent.google
Classes in org.jmxtrans.agent.google that implement OutputWriter Modifier and Type Class Description classStackdriverWriter -
Uses of OutputWriter in org.jmxtrans.agent.influxdb
Classes in org.jmxtrans.agent.influxdb that implement OutputWriter Modifier and Type Class Description classInfluxDbOutputWriterOutput writer for InfluxDb. -
Uses of OutputWriter in org.jmxtrans.agent.zabbix
Classes in org.jmxtrans.agent.zabbix that implement OutputWriter Modifier and Type Class Description classZabbixTcpOutputWriter