Uses of Package
org.docx4j.com.google.common.util.concurrent
Packages that use org.docx4j.com.google.common.util.concurrent
-
Classes in org.docx4j.com.google.common.util.concurrent used by org.docx4j.com.google.common.cacheClassDescriptionA
Futurethat accepts completion listeners.AListenableFuturewhose result can be set by aSettableFuture.set(Object),SettableFuture.setException(Throwable)orSettableFuture.setFuture(ListenableFuture)call. -
Classes in org.docx4j.com.google.common.util.concurrent used by org.docx4j.com.google.common.util.concurrentClassDescriptionAn abstract implementation of
ListenableFuture, intended for advanced users only.A special value to represent cancellation and the 'wasInterrupted' bit.A special value to represent failure, whenAbstractFuture.setException(java.lang.Throwable)is called successfully.Listeners also form a stack through theAbstractFuture.listenersfield.Tag interface marking trusted subclasses.A less abstract subclass of AbstractFuture.Waiter links form a Treiber stack, in theAbstractFuture.waitersfield.AbstractListeningExecutorServiceimplementation that createsListenableFutureinstances for eachRunnableandCallablesubmitted to it.Implementations ofFutures.transform*.Transforms a value, possibly asynchronously.AListenableFuturethat supports fluent chains of operations.A less abstract subclass of AbstractFuture.Hidden superclass ofFluentFuturethat provides us a place to declare special GWT versions of theFluentFuture.catchingfamily of methods.Hidden superclass ofFuturesthat provides us a place to declare special GWT versions of theFutures.catchingfamily of methods.Implementations ofFutures.immediate*.AFuturethat accepts completion listeners.Helper interface to implement bothListenableFutureandScheduledFuture.Method reference-compatible listener event.A special purpose queue/executor that dispatches listener events serially on a configured executor.AnExecutorServicethat returnsListenableFutureinstances.AListenableFuturewhose result can be set by aSettableFuture.set(Object),SettableFuture.setException(Throwable)orSettableFuture.setFuture(ListenableFuture)call.Implementation ofFutures#withTimeout.