Class NoneTraceMetadataRewriter

java.lang.Object
kieker.analysis.generic.source.rewriter.NoneTraceMetadataRewriter
All Implemented Interfaces:
ITraceMetadataRewriter

public class NoneTraceMetadataRewriter
extends java.lang.Object
implements ITraceMetadataRewriter
This is an empty rewriter which sends all received records to the output port.
Since:
1.15
Author:
Reiner Jung
  • Constructor Summary

    Constructors 
    Constructor Description
    NoneTraceMetadataRewriter()
    Create the rewriter.
  • Method Summary

    Modifier and Type Method Description
    void rewrite​(Connection connection, IMonitoringRecord record, long loggingTimestamp, teetime.framework.OutputPort<IMonitoringRecord> outputPort)
    Rewrite a record if necessary.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • rewrite

      public void rewrite​(Connection connection, IMonitoringRecord record, long loggingTimestamp, teetime.framework.OutputPort<IMonitoringRecord> outputPort) throws java.io.IOException
      Description copied from interface: ITraceMetadataRewriter
      Rewrite a record if necessary.
      Specified by:
      rewrite in interface ITraceMetadataRewriter
      Parameters:
      connection - connection used for incoming records
      record - the incoming record
      loggingTimestamp - the logging timestamp to be used
      outputPort - the output port for sending the rewritten record
      Throws:
      java.io.IOException - might occur during connection