Class NoneTraceMetadataRewriter
java.lang.Object
kieker.analysis.generic.source.rewriter.NoneTraceMetadataRewriter
- All Implemented Interfaces:
ITraceMetadataRewriter
This is an empty rewriter which sends all received records to the output port.
- Since:
- 1.15
- Author:
- Reiner Jung
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrewrite(Connection connection, IMonitoringRecord record, long loggingTimestamp, teetime.framework.OutputPort<IMonitoringRecord> outputPort) Rewrite a record if necessary.
-
Constructor Details
-
NoneTraceMetadataRewriter
public NoneTraceMetadataRewriter()Create the rewriter.
-
-
Method Details
-
rewrite
public void rewrite(Connection connection, IMonitoringRecord record, long loggingTimestamp, teetime.framework.OutputPort<IMonitoringRecord> outputPort) throws IOException Description copied from interface:ITraceMetadataRewriterRewrite a record if necessary.- Specified by:
rewritein interfaceITraceMetadataRewriter- Parameters:
connection- connection used for incoming recordsrecord- the incoming recordloggingTimestamp- the logging timestamp to be usedoutputPort- the output port for sending the rewritten record- Throws:
IOException- might occur during connection
-