|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadPool | |
---|---|
org.knime.base.node.parallel | This subpackage contains some classes that can be used to implemet nodes that process their data in parallel. |
org.knime.base.node.parallel.builder | |
org.knime.core.node | Contains all classes needed to implement a new node in the workflow. |
org.knime.core.node.exec | |
org.knime.core.util | This package contains some small utility classes that may be useful in all kinds of nodes. |
Uses of ThreadPool in org.knime.base.node.parallel |
---|
Fields in org.knime.base.node.parallel declared as ThreadPool | |
---|---|
protected ThreadPool |
AbstractParallelNodeModel.m_workers
The execution service that is used. |
Constructors in org.knime.base.node.parallel with parameters of type ThreadPool | |
---|---|
AbstractParallelNodeModel(int nrDataIns,
int nrDataOuts,
int chunkSize,
ThreadPool workers)
Creates a new AbstractParallelNodeModel. |
Uses of ThreadPool in org.knime.base.node.parallel.builder |
---|
Constructors in org.knime.base.node.parallel.builder with parameters of type ThreadPool | |
---|---|
ThreadedTableBuilderNodeModel(int nrDataIns,
int nrDataOuts,
ThreadPool workers)
Creates a new AbstractParallelNodeModel. |
Uses of ThreadPool in org.knime.core.node |
---|
Fields in org.knime.core.node declared as ThreadPool | |
---|---|
static ThreadPool |
KNIMEConstants.GLOBAL_THREAD_POOL
The global thread pool from which all threads should be taken. |
Uses of ThreadPool in org.knime.core.node.exec |
---|
Constructors in org.knime.core.node.exec with parameters of type ThreadPool | |
---|---|
ThreadNodeExecutionJobManager(ThreadPool pool)
|
Uses of ThreadPool in org.knime.core.util |
---|
Methods in org.knime.core.util that return ThreadPool | |
---|---|
ThreadPool |
ThreadPool.createSubPool()
Creates a sub pool that shares the threads with this (parent) pool. |
ThreadPool |
ThreadPool.createSubPool(int maxThreads)
Creates a sub pool that shares the threads with this (parent) pool. |
static ThreadPool |
ThreadPool.currentPool()
If the current thread is taken out of a thread pool, this method will return the thread pool. |
Constructors in org.knime.core.util with parameters of type ThreadPool | |
---|---|
ThreadPool(int maxThreads,
ThreadPool parent)
Creates a new sub pool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |