Package org.teiid.dqp.internal.process
Interface TeiidExecutor
-
- All Superinterfaces:
Executor
- All Known Implementing Classes:
ThreadReuseExecutor
public interface TeiidExecutor extends Executor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
awaitTermination(long timeout, TimeUnit unit)
void
execute(Runnable command)
int
getActiveCount()
int
getQueued()
WorkerPoolStatisticsMetadata
getStats()
List<Runnable>
shutdownNow()
-
-
-
Method Detail
-
getStats
WorkerPoolStatisticsMetadata getStats()
-
getQueued
int getQueued()
-
getActiveCount
int getActiveCount()
-
awaitTermination
boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException
- Throws:
InterruptedException
-
-