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.
- 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
- Throws:
Exception
init
public void init()
throws Exception
- Description copied from class:
AbstractMonitoringWriter
- Implementing classes should indicate an initialization
error by throwing an
Exception
.
- Throws:
Exception
Copyright 2012 Kieker Project, http://kieker-monitoring.net>