| 
Kieker 1.12 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractReaderPlugin in kieker.analysis | 
|---|
| Methods in kieker.analysis that return types with arguments of type AbstractReaderPlugin | |
|---|---|
 java.util.Collection<AbstractReaderPlugin> | 
AnalysisController.getReaders()
Delivers an unmodifiable collection of all readers.  | 
 java.util.Collection<AbstractReaderPlugin> | 
IAnalysisController.getReaders()
Delivers an unmodifiable collection of all readers.  | 
| Methods in kieker.analysis with parameters of type AbstractReaderPlugin | |
|---|---|
 void | 
AnalysisController.registerReader(AbstractReaderPlugin reader)
Registers the given reader with this analysis instance.  | 
| Uses of AbstractReaderPlugin in kieker.analysis.model | 
|---|
| Method parameters in kieker.analysis.model with type arguments of type AbstractReaderPlugin | |
|---|---|
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)
This method can be used to convert the current analysis configuration (which is represented by Java objects) into a meta model.  | 
| Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.amqp | 
|---|
| Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.amqp | |
|---|---|
 class | 
AMQPReader
Reader plugin that reads monitoring records from an AMQP queue.  | 
| Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.database | 
|---|
| Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.database | |
|---|---|
 class | 
DbReader
A very simple database reader that probably only works for small data sets.  | 
| Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.filesystem | 
|---|
| Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.filesystem | |
|---|---|
 class | 
FSReader
Filesystem reader which reads from multiple directories simultaneously ordered by the logging timestamp.  | 
| Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.jms | 
|---|
| Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.jms | |
|---|---|
 class | 
JMSReader
Reads monitoring records from a (remote or local) JMS queue.  | 
| Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.jmx | 
|---|
| Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.jmx | |
|---|---|
 class | 
JMXReader
This is a reader which reads the records from a JMX queue.  | 
| Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.list | 
|---|
| Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.list | |
|---|---|
 class | 
ListReader<T>
Helper class that reads records added using the methods ListReader.addAllObjects(List) or ListReader.addObject(Object). | 
| Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.namedRecordPipe | 
|---|
| Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.namedRecordPipe | |
|---|---|
 class | 
PipeReader
This reader can be used to read records via an in-memory pipe.  | 
| Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.tcp | 
|---|
| Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.tcp | |
|---|---|
 class | 
TCPReader
This is a reader which reads the records from a TCP port.  | 
| Uses of AbstractReaderPlugin in kieker.analysis.plugin.reader.timer | 
|---|
| Subclasses of AbstractReaderPlugin in kieker.analysis.plugin.reader.timer | |
|---|---|
 class | 
TimeReader
This plugin provides the current (system) time in regular intervals.  | 
| Uses of AbstractReaderPlugin in kieker.tools.logReplayer | 
|---|
| Methods in kieker.tools.logReplayer that return AbstractReaderPlugin | |
|---|---|
protected abstract  AbstractReaderPlugin | 
AbstractLogReplayer.createReader(IAnalysisController analysisInstance)
Implementing classes return the reader to be used for reading the monitoring log.  | 
protected  AbstractReaderPlugin | 
FilesystemLogReplayer.createReader(IAnalysisController analysisInstance)
Implementing classes return the reader to be used for reading the monitoring log.  | 
protected  AbstractReaderPlugin | 
JMSLogReplayer.createReader(IAnalysisController analysisController)
Implementing classes return the reader to be used for reading the monitoring log.  | 
  | 
Kieker 1.12 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||