Uses of Class
kieker.analysis.plugin.reader.AbstractReaderPlugin
| Package | Description |
|---|---|
| kieker.analysis |
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.analysis.plugin.reader |
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.analysis.plugin.reader.amqp |
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.analysis.plugin.reader.database |
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.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.analysis.plugin.reader.jms |
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.analysis.plugin.reader.jmx |
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.analysis.plugin.reader.kafka | |
| kieker.analysis.plugin.reader.list |
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.analysis.plugin.reader.namedRecordPipe |
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.analysis.plugin.reader.newio |
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.analysis.plugin.reader.timer |
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.analysis.stage.model |
-
Uses of AbstractReaderPlugin in kieker.analysis
Methods in kieker.analysis that return types with arguments of type AbstractReaderPlugin Modifier and Type Method Description java.util.Collection<AbstractReaderPlugin>AnalysisController. getReaders()Deprecated.Delivers an unmodifiable collection of all readers.java.util.Collection<AbstractReaderPlugin>IAnalysisController. getReaders()Deprecated.Delivers an unmodifiable collection of all readers.Methods in kieker.analysis with parameters of type AbstractReaderPlugin Modifier and Type Method Description 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.reader Modifier and Type Class Description classAbstractStringRegistryReaderPluginDeprecated.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 Modifier and Type Class Description classAmqpReaderDeprecated.since 1.15.1 old plugin api -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.database
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.database Modifier and Type Class Description classDbReaderDeprecated.since 1.15.1 old plugin api -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.filesystem
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.filesystem Modifier and Type Class Description classAsciiLogReaderDeprecated.1.15 replaced by teetime file reading facilitiesclassBinaryLogReaderDeprecated.1.15 replaced by teetime log reading facilitiesclassFSReaderDeprecated.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 Modifier and Type Class Description classJmsReaderDeprecated.1.15 ported to teetime -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.jmx
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.jmx Modifier and Type Class Description classJmxReaderDeprecated.since 1.15.1 old plugin api -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.kafka
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.kafka Modifier and Type Class Description classKafkaReaderReader 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.list Modifier and Type Class Description classListReader<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 Modifier and Type Class Description classPipeReaderDeprecated.1.15 ported to teetime -
Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.newio
Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.newio Modifier and Type Class Description classAbstractRawDataReaderDeprecated.since 1.15.1 old plugin apiclassRawDataReaderPluginDeprecated.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 Modifier and Type Class Description classTimeReaderDeprecated.since 1.15.1 old plugin api -
Uses of AbstractReaderPlugin in kieker.analysis.stage.model
Method parameters in kieker.analysis.stage.model with type arguments of type AbstractReaderPlugin Modifier and Type Method Description static MIProjectMetaModelHandler. javaToMetaModel(java.util.Collection<AbstractReaderPlugin> readers, java.util.Collection<AbstractFilterPlugin> filters, java.util.Collection<AbstractRepository> repositories, java.util.Collection<MIDependency> dependencies, java.lang.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.