public interface TeiidExecutor extends Executor
Modifier and Type | Method and Description |
---|---|
boolean |
awaitTermination(long timeout,
TimeUnit unit) |
void |
execute(Runnable command) |
int |
getActiveCount() |
int |
getQueued() |
WorkerPoolStatisticsMetadata |
getStats() |
List<Runnable> |
shutdownNow() |
WorkerPoolStatisticsMetadata getStats()
int getQueued()
int getActiveCount()
boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019. All rights reserved.