Uses of Interface
kieker.common.namedRecordPipe.IPipeReader
Package | Description |
---|---|
kieker.analysis.generic.source.namedpipe |
Containing all record/event source stages of Kieker based on TeeTime.
|
kieker.analysis.plugin.reader.namedRecordPipe |
Copyright 2022 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.common.namedRecordPipe |
Copyright 2022 Kieker Project (https://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.
|
-
Uses of IPipeReader in kieker.analysis.generic.source.namedpipe
Classes in kieker.analysis.generic.source.namedpipe that implement IPipeReader Modifier and Type Class Description class
PipeReader
This reader can be used to read records via an in-memory pipe. -
Uses of IPipeReader in kieker.analysis.plugin.reader.namedRecordPipe
Classes in kieker.analysis.plugin.reader.namedRecordPipe that implement IPipeReader Modifier and Type Class Description class
PipeReader
Deprecated.1.15 ported to teetime -
Uses of IPipeReader in kieker.common.namedRecordPipe
Methods in kieker.common.namedRecordPipe with parameters of type IPipeReader Modifier and Type Method Description void
Pipe. setPipeReader(IPipeReader pipeReader)
Sets the pipe reader to a new value.