Class StringBufferFilter

All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, IPlugin

@Deprecated public final class StringBufferFilter extends AbstractFilterPlugin
Deprecated.
since 1.15 should be removed in 1.16 does not work anyway
This filter has exactly one input port and one output port. Every record received is cloned and each detected String is buffered in a shared area in order to save memory.
Since:
1.6
Author:
Jan Waller
  • Field Details

    • INPUT_PORT_NAME_EVENTS

      public static final String INPUT_PORT_NAME_EVENTS
      Deprecated.
      The name of the input port for the incoming events.
      See Also:
    • OUTPUT_PORT_NAME_RELAYED_EVENTS

      public static final String OUTPUT_PORT_NAME_RELAYED_EVENTS
      Deprecated.
      The name of the output port for the relayed events.
      See Also:
  • Constructor Details

    • StringBufferFilter

      public StringBufferFilter(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