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 void
AnalysisController. 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 class
AbstractStringRegistryReaderPlugin
Deprecated.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 class
AmqpReader
Deprecated.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 class
DbReader
Deprecated.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 class
AsciiLogReader
Deprecated.1.15 replaced by teetime file reading facilitiesclass
BinaryLogReader
Deprecated.1.15 replaced by teetime log reading facilitiesclass
FSReader
Deprecated.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 class
JmsReader
Deprecated.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 class
JmxReader
Deprecated.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 class
KafkaReader
Reader 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 class
ListReader<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 class
PipeReader
Deprecated.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 class
AbstractRawDataReader
Deprecated.since 1.15.1 old plugin apiclass
RawDataReaderPlugin
Deprecated.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 class
TimeReader
Deprecated.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 MIProject
MetaModelHandler. 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.