Kieker 1.12

kieker.monitoring.writer
Class AsyncDummyWriter

java.lang.Object
  extended by kieker.monitoring.writer.AbstractMonitoringWriter
      extended by kieker.monitoring.writer.AbstractAsyncWriter
          extended by kieker.monitoring.writer.AsyncDummyWriter
All Implemented Interfaces:
IMonitoringRecordReceiver, IMonitoringWriter

public class AsyncDummyWriter
extends AbstractAsyncWriter

A writer that does nothing but asynchronously consuming records.

Since:
1.8
Author:
Jan Waller

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

AsyncDummyWriter

public AsyncDummyWriter(Configuration configuration)
Method Detail

init

protected void init()
             throws java.lang.Exception
Description copied from class: AbstractMonitoringWriter
Implementing classes should indicate an initialization error by throwing an Exception.

Specified by:
init in class AbstractMonitoringWriter
Throws:
java.lang.Exception - If something during the initialization went wrong.

Kieker 1.12

Copyright 2015 Kieker Project, http://kieker-monitoring.net