Package | Description |
---|---|
org.teiid.dqp.internal.process | |
org.teiid.jboss |
Modifier and Type | Class and Description |
---|---|
class |
ThreadReuseExecutor
An Executor that:
minimizes thread creation
allows for proper timeout of idle threads
allows for queuing
A non-fifo (lifo) SynchronousQueue based ThreadPoolExecutor satisfies 1 and 2, but not 3. |
Modifier and Type | Method and Description |
---|---|
TeiidExecutor |
DQPCore.getProcessWorkerPool() |
TeiidExecutor |
DQPConfiguration.getTeiidExecutor() |
Modifier and Type | Method and Description |
---|---|
TeiidExecutor |
ThreadExecutorService.getValue() |
Copyright © 2019. All rights reserved.