Package org.knime.base.node.parallel

This subpackage contains some classes that can be used to implemet nodes that process their data in parallel.

See:
          Description

Class Summary
AbstractParallelNodeModel This class is an extension of a normal NodeModel that offers parallel processing of DataTables.
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.
 

Package org.knime.base.node.parallel Description

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.



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.