|
newFixedThreadPool(int) : ExecutorService
newFixedThreadPool(int) : ExecutorService
|
59
59
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
newFixedThreadPool(int,ThreadFactory) : ExecutorService
newFixedThreadPool(int,ThreadFactory) : ExecutorService
|
84
84
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
newSingleThreadExecutor() : ExecutorService
newSingleThreadExecutor() : ExecutorService
|
104
104
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
newSingleThreadExecutor(ThreadFactory) : ExecutorService
newSingleThreadExecutor(ThreadFactory) : ExecutorService
|
125
125
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
newCachedThreadPool() : ExecutorService
newCachedThreadPool() : ExecutorService
|
149
149
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
newCachedThreadPool(ThreadFactory) : ExecutorService
newCachedThreadPool(ThreadFactory) : ExecutorService
|
164
164
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
newSingleThreadScheduledExecutor() : ScheduledExecutorService
newSingleThreadScheduledExecutor() : ScheduledExecutorService
|
184
184
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
newSingleThreadScheduledExecutor(ThreadFactory) : ScheduledExecutorService
newSingleThreadScheduledExecutor(ThreadFactory) : ScheduledExecutorService
|
205
205
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
newScheduledThreadPool(int) : ScheduledExecutorService
newScheduledThreadPool(int) : ScheduledExecutorService
|
218
218
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
newScheduledThreadPool(int,ThreadFactory) : ScheduledExecutorService
newScheduledThreadPool(int,ThreadFactory) : ScheduledExecutorService
|
233
233
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
unconfigurableExecutorService(ExecutorService) : ExecutorService
unconfigurableExecutorService(ExecutorService) : ExecutorService
|
249
249
|
3.0
3
|
2.0
2
|
1.0
100%
|
1.0
|
|
unconfigurableScheduledExecutorService(ScheduledExecutorService) : ScheduledExecutorService
unconfigurableScheduledExecutorService(ScheduledExecutorService) : ScheduledExecutorService
|
265
265
|
3.0
3
|
2.0
2
|
1.0
100%
|
1.0
|
|
defaultThreadFactory() : ThreadFactory
defaultThreadFactory() : ThreadFactory
|
287
287
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
privilegedThreadFactory() : ThreadFactory
privilegedThreadFactory() : ThreadFactory
|
323
323
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
callable(Runnable,Object) : Callable
callable(Runnable,Object) : Callable
|
337
337
|
3.0
3
|
2.0
2
|
1.0
100%
|
1.0
|
|
callable(Runnable) : Callable
callable(Runnable) : Callable
|
350
350
|
3.0
3
|
2.0
2
|
1.0
100%
|
1.0
|
|
callable(PrivilegedAction) : Callable
callable(PrivilegedAction) : Callable
|
363
363
|
3.0
3
|
2.0
2
|
1.0
100%
|
1.0
|
|
call() : Object
call() : Object
|
367
367
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
callable(PrivilegedExceptionAction) : Callable
callable(PrivilegedExceptionAction) : Callable
|
378
378
|
3.0
3
|
2.0
2
|
1.0
100%
|
1.0
|
|
call() : Object
call() : Object
|
382
382
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
privilegedCallable(Callable) : Callable
privilegedCallable(Callable) : Callable
|
399
399
|
3.0
3
|
2.0
2
|
0.6
60%
|
0.6
|
|
privilegedCallableUsingCurrentClassLoader(Callable) : Callable
privilegedCallableUsingCurrentClassLoader(Callable) : Callable
|
423
423
|
3.0
3
|
2.0
2
|
0.6
60%
|
0.6
|
|
Executors()
Executors()
|
667
667
|
0.0
0
|
1.0
1
|
-1.0
-
|
-1.0
|
|
DelegatedExecutorService(ExecutorService)
DelegatedExecutorService(ExecutorService)
|
590
590
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
execute(Runnable) : void
execute(Runnable) : void
|
591
591
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
shutdown() : void
shutdown() : void
|
592
592
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
shutdownNow() : List
shutdownNow() : List
|
593
593
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
isShutdown() : boolean
isShutdown() : boolean
|
594
594
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
isTerminated() : boolean
isTerminated() : boolean
|
595
595
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
awaitTermination(long,TimeUnit) : boolean
awaitTermination(long,TimeUnit) : boolean
|
596
596
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
submit(Runnable) : Future
submit(Runnable) : Future
|
600
600
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
submit(Callable) : Future
submit(Callable) : Future
|
603
603
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
submit(Runnable,Object) : Future
submit(Runnable,Object) : Future
|
606
606
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
invokeAll(Collection) : List
invokeAll(Collection) : List
|
609
609
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
invokeAll(Collection,long,TimeUnit) : List
invokeAll(Collection,long,TimeUnit) : List
|
613
613
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
invokeAny(Collection) : Object
invokeAny(Collection) : Object
|
618
618
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
invokeAny(Collection,long,TimeUnit) : Object
invokeAny(Collection,long,TimeUnit) : Object
|
622
622
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
DelegatedScheduledExecutorService(ScheduledExecutorService)
DelegatedScheduledExecutorService(ScheduledExecutorService)
|
647
647
|
2.0
2
|
1.0
1
|
1.0
100%
|
1.0
|
|
schedule(Runnable,long,TimeUnit) : ScheduledFuture
schedule(Runnable,long,TimeUnit) : ScheduledFuture
|
651
651
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
schedule(Callable,long,TimeUnit) : ScheduledFuture
schedule(Callable,long,TimeUnit) : ScheduledFuture
|
654
654
|
1.0
1
|
1.0
1
|
1.0
100%
|
1.0
|
|
scheduleAtFixedRate(Runnable,long,long,TimeUnit) : ScheduledFuture
scheduleAtFixedRate(Runnable,long,long,TimeUnit) : ScheduledFuture
|
657
657
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|
|
scheduleWithFixedDelay(Runnable,long,long,TimeUnit) : ScheduledFuture
scheduleWithFixedDelay(Runnable,long,long,TimeUnit) : ScheduledFuture
|
660
660
|
1.0
1
|
1.0
1
|
0.0
0%
|
0.0
|