|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.writer.AbstractMonitoringWriter kieker.monitoring.writer.AbstractAsyncWriter kieker.monitoring.writer.AsyncDummyWriter
public class AsyncDummyWriter
A writer that does nothing but asynchronously consuming records.
Field Summary |
---|
Fields inherited from class kieker.monitoring.writer.AbstractAsyncWriter |
---|
blockingQueue, CONFIG_BEHAVIOR, CONFIG_PRIORITIZED_QUEUESIZE, CONFIG_QUEUESIZE, CONFIG_SHUTDOWNDELAY, prioritizedBlockingQueue |
Fields inherited from class kieker.monitoring.writer.AbstractMonitoringWriter |
---|
monitoringController |
Constructor Summary | |
---|---|
AsyncDummyWriter(Configuration configuration)
|
Method Summary | |
---|---|
protected void |
init()
Implementing classes should indicate an initialization error by throwing an Exception . |
Methods inherited from class kieker.monitoring.writer.AbstractAsyncWriter |
---|
addWorker, getDefaultConfiguration, newMonitoringRecord, newMonitoringRecordNonBlocking, terminate, toString |
Methods inherited from class kieker.monitoring.writer.AbstractMonitoringWriter |
---|
setController |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AsyncDummyWriter(Configuration configuration)
Method Detail |
---|
protected void init() throws java.lang.Exception
AbstractMonitoringWriter
Exception
.
init
in class AbstractMonitoringWriter
java.lang.Exception
- If something during the initialization went wrong.
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |