|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
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(Collection<AbstractReaderPlugin> readers,
Collection<AbstractFilterPlugin> filters,
Collection<AbstractRepository> repositories,
Collection<MIDependency> dependencies,
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.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. |
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |