Package kieker.analysis.generic.source
Containing all record/event source stages of Kieker based on TeeTime.
- Since:
- 1.15
- Author:
- Reiner Jung
-
Interface Summary Interface Description IAccessHandler Access restriction handler for network based IO.IRecordReceivedListener ISourceCompositeStage Marker interface for composite stages used as source. -
Class Summary Class Description AllAccessHandler Allow access regardless of the specified ip address.CsvRowReaderProducerStage<T> Reader for a single CSV file.CsvTableReaderProducerStage<R,T> Reader for a CSV file.DirectoryProducer Send out all directories specified as paths or files.NetworkAccessHandler The network access handler accepts a list of network patterns which it checks every time acceptRemoteIpAddress is called.NetworkPatternEntry POJO for a network pattern consisting of an ip-address and a netmask.NumberGeneratorProducer Generates a series of integer numbers from start to end.RecordDeserializer Represents a deserializer that deserializes records based on their id and a byte buffer.YamlProducer<T>