class |
FilterByRegExpAction |
Filters the supplied data by a regular expression.
|
class |
FilterByTimestampAction |
Filters the supplied data by a timestamp.
|
class |
LimitAction |
Limits the data stream to the first 'n' data items.
|
class |
LogAction |
Logs the processed data item to igor's log.
|
class |
PauseAction |
Pauses the processing for a configurable amount of time.
|
class |
SkipAction |
Skips the first 'n' data items.
|
class |
SortByTimestampPatternAction |
Sorts data by using a configurable pattern on a data value.
|
class |
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.
|