public final class SharedExecutorService extends Object
ExecutorService for use on ad-hoc tasks that can be
optimized by running operations in parallel.
Note that since this ExecutorService is shared, it is not recommended
to use it for dedicated tasks or daemon-like long-running tasks.| Modifier and Type | Method and Description |
|---|---|
static ExecutorService |
get()
Gets the shared
ExecutorService. |
public static final ExecutorService get()
ExecutorService.ExecutorService for shared usage.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.