Uses of Interface
org.docx4j.com.google.common.util.concurrent.ListeningExecutorService
| Package | Description |
|---|---|
| org.docx4j.com.google.common.util.concurrent |
-
Uses of ListeningExecutorService in org.docx4j.com.google.common.util.concurrent
Subinterfaces of ListeningExecutorService in org.docx4j.com.google.common.util.concurrent Modifier and Type Interface Description interfaceListeningScheduledExecutorServiceAScheduledExecutorServicethat returnsListenableFutureinstances from itsExecutorServicemethods.Classes in org.docx4j.com.google.common.util.concurrent that implement ListeningExecutorService Modifier and Type Class Description classAbstractListeningExecutorServiceAbstractListeningExecutorServiceimplementation that createsListenableFutureinstances for eachRunnableandCallablesubmitted to it.Methods in org.docx4j.com.google.common.util.concurrent that return ListeningExecutorService Modifier and Type Method Description static ListeningExecutorServiceMoreExecutors. newDirectExecutorService()Creates an executor service that runs each task in the thread that invokesexecute/submit, as inThreadPoolExecutor.CallerRunsPolicyThis applies both to individually submitted tasks and to collections of tasks submitted viainvokeAllorinvokeAny.