Transformer SDK For C  7.0.2.308589
Configuration: Pipeline Threads Selector

The thread selector configuration allows a user to select the thread an symbol will be processed on. Use thread-selector-file to configure the name of a pipeine file which should contain the function configured in thread-selector-func. The pipeline file should be placed on the pipeline path pipeline-paths.

The function will be called with the symbol name and the configured number of pipeline threads num-threads. The function should return the thread the symbol should be processed on. If -1 or a value greater than num-threads is returned, default thread selection is used. Below is an example thread-selector-func. It assumes a symbol which is of the form "/THREAD/<digits>"

thread-selector-file

Type: String
Default: None

Pipeline file to execute to select thread

thread-selector-func

Type: String
Default: None

Pipeline function to execute to select thread


Generated on Wed Feb 22 2017 15:59:54 for Transformer SDK For C