Uses of Class
kieker.common.exception.MonitoringRecordException
| Package | Description |
|---|---|
| kieker.analysis.plugin.reader.filesystem |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.common.record |
Copyright 2022 Kieker Project (https://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| kieker.extension.cassandra.writer |
-
Uses of MonitoringRecordException in kieker.analysis.plugin.reader.filesystem
Methods in kieker.analysis.plugin.reader.filesystem that throw MonitoringRecordException Modifier and Type Method Description voidBinaryFileStreamProcessor. createRecordsFromBinaryFile(java.io.DataInputStream inputStream)Deprecated.Create records from binary files.voidTextFileStreamProcessor. processInputChannel(java.io.InputStream inputStream)Deprecated.Process an input stream. -
Uses of MonitoringRecordException in kieker.common.record
Methods in kieker.common.record that throw MonitoringRecordException Modifier and Type Method Description static java.lang.Class<? extends IMonitoringRecord>AbstractMonitoringRecord. classForName(java.lang.String classname)This method tries to find a monitoring record class with the given name.static IMonitoringRecordAbstractMonitoringRecord. createFromDeserializer(java.lang.String recordClassName, IValueDeserializer deserializer)Create monitoring record based on class name and a given value deserializer.static java.lang.Class<?>[]AbstractMonitoringRecord. typesForClass(java.lang.Class<? extends IMonitoringRecord> clazz)This method delivers the types array of the given class, either by finding the declared field (in case of a factory record) or via thegetValueTypesmethod. -
Uses of MonitoringRecordException in kieker.extension.cassandra.writer
Methods in kieker.extension.cassandra.writer that throw MonitoringRecordException Modifier and Type Method Description voidCassandraDb. insert(IMonitoringRecord record, java.lang.String benchmarkId)Insert a record into the database.