Class CassandraDbWriter
java.lang.Object
kieker.monitoring.writer.AbstractMonitoringWriter
kieker.extension.cassandra.writer.CassandraDbWriter
- Since:
- 1.16
- Author:
- Armin Moebius, Sven Ulrich, Reiner Jung
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class kieker.monitoring.writer.AbstractMonitoringWriter
configuration -
Constructor Summary
ConstructorsConstructorDescriptionCassandraDbWriter(Configuration configuration) Creates a new instance of this class using the given parameter. -
Method Summary
Modifier and TypeMethodDescriptionvoidThis event fires when Kieker has been initialized and is ready to monitor.voidThis event fires when Kieker has been notified to terminate.voidThis event fires when Kieker has received a new record.Methods inherited from class kieker.monitoring.writer.AbstractMonitoringWriter
toString
-
Field Details
-
CONFIG_KEYSPACE
-
CONFIG_CONTACTPOINTS
-
CONFIG_TABLE_PREFIX
-
CONFIG_OVERWRITE
-
CONFIG_BENCHMARK_ID
-
-
Constructor Details
-
CassandraDbWriter
Creates a new instance of this class using the given parameter.- Parameters:
configuration-
-
-
Method Details
-
onStarting
public void onStarting()Description copied from class:AbstractMonitoringWriterThis event fires when Kieker has been initialized and is ready to monitor. It is executed by theMonitoringWriterThreadjust before reading the writer queue.- Specified by:
onStartingin classAbstractMonitoringWriter
-
writeMonitoringRecord
Description copied from class:AbstractMonitoringWriterThis event fires when Kieker has received a new record.- Specified by:
writeMonitoringRecordin classAbstractMonitoringWriter
-
onTerminating
public void onTerminating()Description copied from class:AbstractMonitoringWriterThis event fires when Kieker has been notified to terminate. It is executed by theMonitoringWriterThreadjust after finishing the writer queue.- Specified by:
onTerminatingin classAbstractMonitoringWriter
-