Uses of Interface
kieker.analysis.plugin.reader.util.IMonitoringRecordReceiver
Package | Description |
---|---|
kieker.analysis.plugin.reader.filesystem |
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.analysis.plugin.reader.util |
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.
|
-
Uses of IMonitoringRecordReceiver in kieker.analysis.plugin.reader.filesystem
Classes in kieker.analysis.plugin.reader.filesystem that implement IMonitoringRecordReceiver Modifier and Type Class Description class
AsciiLogReader
Deprecated.1.15 replaced by teetime file reading facilitiesclass
BinaryLogReader
Deprecated.1.15 replaced by teetime log reading facilitiesclass
FSReader
Deprecated.1.15 replaced by teetime log reading facilitiesConstructors in kieker.analysis.plugin.reader.filesystem with parameters of type IMonitoringRecordReceiver Constructor Description BinaryFileStreamProcessor(ReaderRegistry<java.lang.String> stringRegistry, IMonitoringRecordReceiver recordReceiver)
Deprecated.Create a binary file stream processor.FSZipReader(java.io.File zipFile, IMonitoringRecordReceiver recordReceiver, boolean ignoreUnknownRecordTypes)
Deprecated.Creates a new instance of this class.TextFileStreamProcessor(boolean ignoreUnknownRecordTypes, ReaderRegistry<java.lang.String> stringRegistry, IMonitoringRecordReceiver recordReceiver)
Deprecated. -
Uses of IMonitoringRecordReceiver in kieker.analysis.plugin.reader.util
Methods in kieker.analysis.plugin.reader.util with parameters of type IMonitoringRecordReceiver Modifier and Type Method Description void
ByteBufferDeserializer. register(IMonitoringRecordReceiver recordReceiver)
Deprecated.