Package | Description |
---|---|
kieker.analysis.plugin.reader |
Copyright 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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.tcp |
Copyright 2020 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 2020 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReaderPlugin
This class should be used as a base for every reader used within Kieker.
|
class |
AbstractStringRegistryReaderPlugin
This class should be used as the abstract super class for all readers which make
use of string registries to reduce the amount of transferred data.
|
Modifier and Type | Class and Description |
---|---|
class |
AmqpReader
Reader plugin that reads monitoring records from an AMQP queue.
|
Modifier and Type | Class and Description |
---|---|
class |
DbReader
A very simple database reader that probably only works for small data sets.
|
Modifier and Type | Class and Description |
---|---|
class |
AsciiLogReader
Filesystem reader which reads from multiple directories simultaneously ordered by the logging timestamp.
|
class |
BinaryLogReader
Filesystem reader which reads from multiple directories simultaneously ordered by the logging timestamp.
|
class |
FSReader
Filesystem reader which reads from multiple directories simultaneously ordered by the logging timestamp.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsReader
Reads monitoring records from a (remote or local) JMS queue.
|
Modifier and Type | Class and Description |
---|---|
class |
JmxReader
This is a reader which reads the records from a JMX queue.
|
Modifier and Type | Class and Description |
---|---|
class |
KafkaReader
Reader plugin that reads monitoring records from a Kafka topic.
|
Modifier and Type | Class and Description |
---|---|
class |
ListReader<T>
Helper class that reads records added using the methods
ListReader.addAllObjects(List) or ListReader.addObject(Object) . |
Modifier and Type | Class and Description |
---|---|
class |
PipeReader
This reader can be used to read records via an in-memory pipe.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRawDataReader
Abstract superclass for all readers which only read raw data to be processed
by a configurable deserializer.
|
class |
RawDataReaderPlugin
Generic reader plugin for the new raw data I/O infrastructure.
|
Modifier and Type | Class and Description |
---|---|
class |
DualSocketTcpReader
This is a reader which reads the records from a TCP port.
|
class |
SingleSocketTcpReader
This is a reader which reads the records from a TCP port.
|
class |
TCPReader
This is a reader which reads the records from a TCP port.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeReader
This plugin provides the current (system) time in regular intervals.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net