Input Collection Filter

Input Collection Filter

Short Description: This filter will collect the elements from a source across multiple updates of that source.
Threaded: Yes
Memory Usage: Very Heavy, copies elements and collects inputs, should not be used with large inputs
Supports Streams: Yes

This filter basically remembers data across multiple updates of the source. This can be useful for sources like the socket source that are updated on a regular basis if you want to be able to compare state across several updates.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License