Class Summary |
AnalysisThroughputFilter |
An instance of this class computes the throughput in terms of the number of objects received per time unit. |
CountingFilter |
An instance of this class receives any objects, increments an intern tread-safe counter without printing any message and delivers the
unchanged objects to the output. |
ListCollectionFilter<T> |
This filter collects the incoming objects in a simple synchronized list. |
StringBufferFilter |
This filter has exactly one input port and one output port. |
TeeFilter |
This filter has exactly one input port and one output port. |