Interface ExecutorServiceEx
-
- All Superinterfaces:
Executor,ExecutorService
- All Known Implementing Classes:
BuildFinishMockScheduledExecutorService,CommonExecutorService,MockScheduledExecutorService,ScalingThreadPoolExecutor,TeamCityDiagnosticService,TeamCityScheduledThreadPoolExecutor,TeamCityThreadPoolExecutor
public interface ExecutorServiceEx extends ExecutorService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetActiveCount()intgetQueuedTasksCount()-
Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
-
-