Uses of Class
kieker.analysis.plugin.reader.AbstractReaderPlugin
Packages that use AbstractReaderPlugin
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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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.
-
Uses of AbstractReaderPlugin in kieker.analysis
Methods in kieker.analysis that return types with arguments of type AbstractReaderPluginModifier and TypeMethodDescriptionfinal Collection<AbstractReaderPlugin>AnalysisController.getReaders()Deprecated.Delivers an unmodifiable collection of all readers.IAnalysisController.getReaders()Deprecated.Delivers an unmodifiable collection of all readers.Methods in kieker.analysis with parameters of type AbstractReaderPluginModifier and TypeMethodDescriptionfinal voidAnalysisController.registerReader(AbstractReaderPlugin reader) Deprecated.Registers the given reader with this analysis instance. -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.readerModifier and TypeClassDescriptionclassDeprecated.since 1.15.1 old plugin api -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.amqp
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.amqp -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.database
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.database -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.filesystem
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.filesystemModifier and TypeClassDescriptionclassDeprecated.1.15 replaced by teetime file reading facilitiesclassDeprecated.1.15 replaced by teetime log reading facilitiesclassDeprecated.1.15 replaced by teetime log reading facilities -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.jms
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.jms -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.jmx
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.jmx -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.kafka
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.kafkaModifier and TypeClassDescriptionclassReader plugin that reads monitoring records from a Kafka topic. -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.list
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.listModifier and TypeClassDescriptionclassListReader<T>Deprecated.1.15 This helper class is not necessary to test TeeTime based stages -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.namedRecordPipe
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.namedRecordPipe -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.newio
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.newioModifier and TypeClassDescriptionclassDeprecated.since 1.15.1 old plugin apiclassDeprecated.since 1.15.1 old plugin api -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.timer
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.timer -
Uses of AbstractReaderPlugin in kieker.analysis.stage.model
Method parameters in kieker.analysis.stage.model with type arguments of type AbstractReaderPluginModifier and TypeMethodDescriptionstatic MIProjectMetaModelHandler.javaToMetaModel(Collection<AbstractReaderPlugin> readers, Collection<AbstractFilterPlugin> filters, Collection<AbstractRepository> repositories, Collection<MIDependency> dependencies, String projectName, Configuration globalConfiguration) Deprecated.This method can be used to convert the current analysis configuration (which is represented by Java objects) into a meta model.