Kieker 1.7

Uses of Class
kieker.analysis.plugin.reader.AbstractReaderPlugin

Packages that use AbstractReaderPlugin
kieker.analysis   
kieker.analysis.plugin.reader.database   
kieker.analysis.plugin.reader.filesystem   
kieker.analysis.plugin.reader.jms   
kieker.analysis.plugin.reader.jmx   
kieker.analysis.plugin.reader.list   
kieker.analysis.plugin.reader.namedRecordPipe   
 

Uses of AbstractReaderPlugin in kieker.analysis
 

Methods in kieker.analysis that return types with arguments of type AbstractReaderPlugin
 Collection<AbstractReaderPlugin> AnalysisController.getReaders()
          Delivers an unmodifiable collection of all readers.
 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)
          Deprecated. This method will not be for public use in Kieker 1.8. Use the new constructor instead.
 

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.
 


Kieker 1.7

Copyright 2013 Kieker Project, http://kieker-monitoring.net