Uses of Interface
org.teiid.dqp.internal.process.TeiidExecutor
-
Packages that use TeiidExecutor Package Description org.teiid.dqp.internal.process -
-
Uses of TeiidExecutor in org.teiid.dqp.internal.process
Classes in org.teiid.dqp.internal.process that implement TeiidExecutor Modifier and Type Class Description class
ThreadReuseExecutor
An Executor that: minimizes thread creation allows for proper timeout of idle threads allows for queuing
A non-fifo (lifo)SynchronousQueue
basedThreadPoolExecutor
satisfies 1 and 2, but not 3.Methods in org.teiid.dqp.internal.process that return TeiidExecutor Modifier and Type Method Description TeiidExecutor
DQPCore. getProcessWorkerPool()
TeiidExecutor
DQPConfiguration. getTeiidExecutor()
-