Class AnalysisThroughputFilter

All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, IPlugin

@Deprecated public class AnalysisThroughputFilter extends AbstractFilterPlugin
Deprecated.
since 1.15.1 old plugin api
An instance of this class computes the throughput in terms of the number of objects received per time unit.
Since:
1.8
Author:
Jan Waller
  • Field Details

    • INPUT_PORT_NAME_OBJECTS

      public static final String INPUT_PORT_NAME_OBJECTS
      Deprecated.
      The name of the input port receiving other objects.
      See Also:
    • INPUT_PORT_NAME_TIME

      public static final String INPUT_PORT_NAME_TIME
      Deprecated.
      The name of the input port receiving timestamps.
      See Also:
    • OUTPUT_PORT_NAME_RELAYED_OBJECTS

      public static final String OUTPUT_PORT_NAME_RELAYED_OBJECTS
      Deprecated.
      The name of the output port delivering the received objects.
      See Also:
    • OUTPUT_PORT_NAME_THROUGHPUT

      public static final String OUTPUT_PORT_NAME_THROUGHPUT
      Deprecated.
      The name of the output port delivering the received objects.
      See Also:
  • Constructor Details

  • Method Details