| Package | Description |
|---|---|
| org.docx4j.com.google.common.util.concurrent |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListeningScheduledExecutorService
A
ScheduledExecutorService that returns ListenableFuture instances from its
ExecutorService methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListeningExecutorService
Abstract
ListeningExecutorService implementation that creates ListenableFuture
instances for each Runnable and Callable submitted to it. |
| Modifier and Type | Method and Description |
|---|---|
static ListeningExecutorService |
MoreExecutors.newDirectExecutorService()
Creates an executor service that runs each task in the thread that invokes
execute/submit, as in ThreadPoolExecutor.CallerRunsPolicy This applies both to individually submitted
tasks and to collections of tasks submitted via invokeAll or invokeAny. |
Copyright © 2007-2020. All Rights Reserved.