public class DumpWriter extends AbstractMonitoringWriter
configuration| Constructor and Description |
|---|
DumpWriter(Configuration configuration)
Creates a new instance of this class using the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onStarting()
This event fires when Kieker has been initialized and is ready to monitor.
|
void |
onTerminating()
This event fires when Kieker has been notified to terminate.
|
void |
writeMonitoringRecord(IMonitoringRecord record)
This event fires when Kieker has received a new record.
|
toStringpublic DumpWriter(Configuration configuration)
configuration - The configuration for this writer.public void onStarting()
AbstractMonitoringWriterMonitoringWriterThread just before reading the writer queue.onStarting in class AbstractMonitoringWriterpublic void writeMonitoringRecord(IMonitoringRecord record)
AbstractMonitoringWriterwriteMonitoringRecord in class AbstractMonitoringWriterpublic void onTerminating()
AbstractMonitoringWriterMonitoringWriterThread just after finishing the writer queue.onTerminating in class AbstractMonitoringWriterCopyright 2017 Kieker Project, http://kieker-monitoring.net