Uses of Class
kieker.common.exception.MonitoringRecordException
Packages that use MonitoringRecordException
Package
Description
Copyright 2026 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.
Copyright 2026 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.
-
Uses of MonitoringRecordException in kieker.analysis.plugin.reader.filesystem
Methods in kieker.analysis.plugin.reader.filesystem that throw MonitoringRecordExceptionModifier and TypeMethodDescriptionvoidBinaryFileStreamProcessor.createRecordsFromBinaryFile(DataInputStream inputStream) Deprecated.Create records from binary files.voidTextFileStreamProcessor.processInputChannel(InputStream inputStream) Deprecated.Process an input stream. -
Uses of MonitoringRecordException in kieker.common.record
Methods in kieker.common.record that throw MonitoringRecordExceptionModifier and TypeMethodDescriptionstatic final Class<? extends IMonitoringRecord>AbstractMonitoringRecord.classForName(String classname) This method tries to find a monitoring record class with the given name.static final IMonitoringRecordAbstractMonitoringRecord.createFromDeserializer(String recordClassName, IValueDeserializer deserializer) Create monitoring record based on class name and a given value deserializer.static final Class<?>[]AbstractMonitoringRecord.typesForClass(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 MonitoringRecordExceptionModifier and TypeMethodDescriptionvoidCassandraDb.insert(IMonitoringRecord record, String benchmarkId) Insert a record into the database.