Package | Description |
---|---|
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.util |
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.analysisteetime.plugin.reader.filesystem.fsReader |
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.
|
Constructor and Description |
---|
BinaryFileStreamProcessor(ReaderRegistry<java.lang.String> stringRegistry,
IMonitoringRecordReceiver recordReceiver)
Create a binary file stream processor.
|
FSZipReader(java.io.File zipFile,
IMonitoringRecordReceiver recordReceiver,
boolean ignoreUnknownRecordTypes)
Creates a new instance of this class.
|
TextFileStreamProcessor(boolean ignoreUnknownRecordTypes,
ReaderRegistry<java.lang.String> stringRegistry,
IMonitoringRecordReceiver recordReceiver) |
Modifier and Type | Method and Description |
---|---|
void |
ByteBufferDeserializer.register(IMonitoringRecordReceiver recordReceiver) |
Constructor and Description |
---|
FSDirectoryReader(java.io.File inputDir,
IMonitoringRecordReceiver recordReceiver,
boolean ignoreUnknownRecordTypes)
Deprecated.
Creates a new instance of this class.
|
FSZipReader(java.io.File zipFile,
IMonitoringRecordReceiver recordReceiver,
boolean ignoreUnknownRecordTypes)
Deprecated.
Creates a new instance of this class.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net