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.
|
toString
public DumpWriter(Configuration configuration)
configuration
- The configuration for this writer.public void onStarting()
AbstractMonitoringWriter
MonitoringWriterThread
just before reading the writer queue.onStarting
in class AbstractMonitoringWriter
public void writeMonitoringRecord(IMonitoringRecord record)
AbstractMonitoringWriter
writeMonitoringRecord
in class AbstractMonitoringWriter
public void onTerminating()
AbstractMonitoringWriter
MonitoringWriterThread
just after finishing the writer queue.onTerminating
in class AbstractMonitoringWriter
Copyright 2017 Kieker Project, http://kieker-monitoring.net