Package kieker.tools.source
Class LogsReaderCompositeStage
java.lang.Object
teetime.framework.CompositeStage
kieker.tools.source.LogsReaderCompositeStage
- All Implemented Interfaces:
ISourceCompositeStage
public class LogsReaderCompositeStage
extends teetime.framework.CompositeStage
implements ISourceCompositeStage
Read one or more Kieker log directories consecutively.
- Since:
- 1.15
- Author:
- Reiner Jung
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class teetime.framework.CompositeStage
DEFAULT_PIPE_CAPACITY -
Constructor Summary
ConstructorsConstructorDescriptionLogsReaderCompositeStage(File directory, boolean verbose, Integer dataBufferSize) Creates a composite stage to scan and read a set of Kieker log directories.LogsReaderCompositeStage(List<File> directories, boolean verbose, Integer dataBufferSize) Creates a composite stage to scan and read a set of Kieker log directories.LogsReaderCompositeStage(Configuration configuration) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionteetime.framework.OutputPort<IMonitoringRecord>get the output port of a source composite stage.Methods inherited from class teetime.framework.CompositeStage
connectPorts, connectPorts, createInputPort, createOutputPort
-
Field Details
-
PREFIX
-
LOG_DIRECTORIES
-
DATA_BUFFER_SIZE
-
VERBOSE
-
-
Constructor Details
-
LogsReaderCompositeStage
Deprecated.Creates a composite stage to scan and read a set of Kieker log directories.- Parameters:
configuration- configuration for the enclosed filters
-
LogsReaderCompositeStage
Creates a composite stage to scan and read a set of Kieker log directories.- Parameters:
directories- list of directories to readverbose- report on every read log filedataBufferSize- buffer size of the data file reader (null == use default setting)
-
LogsReaderCompositeStage
Creates a composite stage to scan and read a set of Kieker log directories.- Parameters:
directory- list of directories to readverbose- report on every read log filedataBufferSize- buffer size of the data file reader (null == use default setting)
-
-
Method Details
-
getOutputPort
Description copied from interface:ISourceCompositeStageget the output port of a source composite stage.- Specified by:
getOutputPortin interfaceISourceCompositeStage- Returns:
- the proper output port
-