|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.DummyWriter
public class DummyWriter
A writer that does nothing but consuming records.
| Field Summary |
|---|
| Fields inherited from class kieker.monitoring.writer.AbstractMonitoringWriter |
|---|
monitoringController |
| Constructor Summary | |
|---|---|
DummyWriter(Configuration configuration)
Creates a new instance of this class using the given parameters. |
|
| Method Summary | |
|---|---|
void |
init()
Implementing classes should indicate an initialization error by throwing an Exception. |
boolean |
newMonitoringRecord(IMonitoringRecord record)
This method consumes the record but does nothing with it. |
void |
terminate()
Terminates the writer. |
| Methods inherited from class kieker.monitoring.writer.AbstractMonitoringWriter |
|---|
getDefaultConfiguration, newMonitoringRecordNonBlocking, setController, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DummyWriter(Configuration configuration)
configuration - The configuration for this writer.| Method Detail |
|---|
public boolean newMonitoringRecord(IMonitoringRecord record)
record - The record to consume.
public void terminate()
public void init()
AbstractMonitoringWriterException.
init in class AbstractMonitoringWriter
|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||