kieker.monitoring.writer.database
Class AsyncDbWriter
java.lang.Object
kieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.AbstractAsyncWriter
kieker.monitoring.writer.database.AsyncDbWriter
- All Implemented Interfaces:
- IMonitoringRecordReceiver, IMonitoringWriter
public final class AsyncDbWriter
- extends AbstractAsyncWriter
Stores monitoring data into a database.
Warning! This class is an academic prototype and not intended for usage in any critical system.
- Since:
- < 0.9
- Author:
- Jan Waller
Method Summary |
void |
init()
Implementing classes should indicate an initialization error by throwing an Exception . |
CONFIG_DRIVERCLASSNAME
public static final String CONFIG_DRIVERCLASSNAME
CONFIG_CONNECTIONSTRING
public static final String CONFIG_CONNECTIONSTRING
CONFIG_TABLEPREFIX
public static final String CONFIG_TABLEPREFIX
CONFIG_NRCONN
public static final String CONFIG_NRCONN
CONFIG_OVERWRITE
public static final String CONFIG_OVERWRITE
AsyncDbWriter
public AsyncDbWriter(Configuration configuration)
throws Exception
- Creates a new instance of this class using the given parameters.
- Parameters:
configuration
- The configuration for this writer.
- Throws:
Exception
- If something went wrong during the initialization of the writer.
init
public void init()
throws Exception
- Description copied from class:
AbstractMonitoringWriter
- Implementing classes should indicate an initialization error by throwing an
Exception
.
- Throws:
Exception
- If something during the initialization went wrong.
Copyright 2014 Kieker Project, http://kieker-monitoring.net>