| BaseUtilAction |
Base class for actions that don't really fit into any other category.
|
| FilterByRegExpAction |
Filters the supplied data by a regular expression.
|
| FilterByTimestampAction |
Filters the supplied data by a timestamp.
|
| LimitAction |
Limits the data stream to the first 'n' data items.
|
| LogAction |
Logs the processed data item to igor's log.
|
| PauseAction |
Pauses the processing for a configurable amount of time.
|
| SkipAction |
Skips the first 'n' data items.
|
| SortByTimestampPatternAction |
Sorts data by using a configurable pattern on a data value.
|
| SplitArrayAction |
Action that converts a JSON-Array into multiple data items with a single JSON-Object containing one of the old values from the
array.
|