|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AbstractParallelNodeModel | This class is an extension of a normal NodeModel
that offers parallel processing of DataTable s. |
ThreadedNodeModel | Deprecated. Use either the ThreadedColAppenderNodeModel if you want
to add columns to the input tables and the number of rows stays
the same, or the ThreadedTableBuilderNodeModel if you
want to build a completely new table. |
This subpackage contains some classes that can be used to implemet nodes that process their data in parallel. The input data is automatically splitted into chunks, the chunks are processed concurrently by multiple threads and the output data is afterwards collected in the right order and merged into complete data tables.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |