Uses of Interface
org.docx4j.com.google.common.util.concurrent.ListeningExecutorService
Packages that use ListeningExecutorService
-
Uses of ListeningExecutorService in org.docx4j.com.google.common.util.concurrent
Subinterfaces of ListeningExecutorService in org.docx4j.com.google.common.util.concurrentModifier and TypeInterfaceDescriptioninterfaceAScheduledExecutorServicethat returnsListenableFutureinstances from itsExecutorServicemethods.Classes in org.docx4j.com.google.common.util.concurrent that implement ListeningExecutorServiceModifier and TypeClassDescriptionclassAbstractListeningExecutorServiceimplementation that createsListenableFutureinstances for eachRunnableandCallablesubmitted to it.Methods in org.docx4j.com.google.common.util.concurrent that return ListeningExecutorServiceModifier and TypeMethodDescriptionstatic 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.