Class TraceIdFilter

All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, IPlugin

@Deprecated
public final class TraceIdFilter
extends AbstractFilterPlugin
Deprecated.
since 1.15.1 old plugin api
Allows to filter Traces about their traceIds. This class has exactly one input port and one output port. If the received object contains the defined traceID, the object is delivered unmodified to the output port.
Since:
1.2
  • Field Details

  • Constructor Details

    • TraceIdFilter

      public TraceIdFilter​(kieker.common.configuration.Configuration configuration, IProjectContext projectContext)
      Deprecated.
      Creates a new instance of this class using the given parameters.
      Parameters:
      configuration - The configuration for this component.
      projectContext - The project context for this component.
  • Method Details

    • getCurrentConfiguration

      public final kieker.common.configuration.Configuration getCurrentConfiguration()
      Deprecated.
      This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
      Specified by:
      getCurrentConfiguration in interface IAnalysisComponent
      Specified by:
      getCurrentConfiguration in interface IPlugin
      Specified by:
      getCurrentConfiguration in class AbstractAnalysisComponent
      Returns:
      A completely filled configuration object.
    • inputCombined

      public void inputCombined​(kieker.common.record.IMonitoringRecord record)
      Deprecated.
      This method represents an input port for both operation execution and flow records.
      Parameters:
      record - The next record.
    • inputTraceEvent

      public void inputTraceEvent​(kieker.common.record.flow.IFlowRecord record)
      Deprecated.
      This method represents an input port for flow records.
      Parameters:
      record - The next record.
    • inputOperationExecutionRecord

      public void inputOperationExecutionRecord​(kieker.common.record.controlflow.OperationExecutionRecord record)
      Deprecated.
      This method represents an input port for operation execution records.
      Parameters:
      record - The next record.