|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
ListenableFuture that adds support for
the checkedGet() and checkedGet(long, TimeUnit) methods.AbstractCheckedFuture that wraps a delegate.
AbstractExecutionThreadService.startUp(), AbstractExecutionThreadService.run() and
AbstractExecutionThreadService.shutDown() methods.Future interface.ListenableFuture.AbstractService.doStart() and
AbstractService.doStop() requests, responding to them with AbstractService.notifyStarted()
and AbstractService.notifyStopped() callbacks.MoreExecutors.addDelayedShutdownHook(
ExecutorService, long, TimeUnit).
service.
Callable interface.ListenableFuture that wraps another
ListenableFuture.
ListenableFuture that wraps another
ListenableFuture.
CheckedFuture is an extension of Future that includes
versions of the get methods that can throw a checked exception and
allows listeners to be attached to the future.Future.get() that will translate
InterruptedException, CancellationException and
ExecutionException into application-specific exceptions.
Future.get(long, TimeUnit) that will
translate InterruptedException, CancellationException and
ExecutionException into application-specific exceptions.
ListenableFuture that wraps another
ListenableFuture.
ListenableFuture that wraps another
ListenableFuture.
Future that wraps another Future.
ValueFuture in the default state.
ThreadFactory, making all new threads daemon threads.MoreExecutors.daemonThreadFactory().
MoreExecutors.daemonThreadFactory(ThreadFactory).
ThreadFactory which creates daemon threads.
ThreadFactory, making all new threads daemon threads.
AbstractService.start() to initiate service startup.
Runnable, Executor) pairs that guarantees
that every Runnable that is added using the add method will be
executed in its associated Executor after ExecutionList.run() is called.Executor that will be used to run this service.
Executor that will be used to run this service.
MoreExecutorsFuture which forwards all its method calls to another future.Service that forwards all method calls to another service.Future interface.MoreExecutors.getExitingExecutorService(
ThreadPoolExecutor, long, TimeUnit).
MoreExecutors.getExitingExecutorService(
ThreadPoolExecutor).
MoreExecutors.getExitingScheduledExecutorService(
ScheduledThreadPoolExecutor, long, TimeUnit).
MoreExecutors.getExitingScheduledExecutorService(
ScheduledThreadPoolExecutor).
CheckedFuture which has its value set immediately upon
construction.
CheckedFuture which has an exception set immediately
upon construction.
ListenableFuture which has an exception set immediately
upon construction.
ListenableFuture which has its value set immediately upon
construction.
FutureTask that also implements the ListenableFuture
interface.ListenableFutureTask that will upon running, execute the
given Callable.
ListenableFutureTask that will upon running, execute the
given Runnable, and arrange that get will return the
given result on successful completion.
CheckedFuture out of a normal Future and a
Function that maps from Exception instances into the
appropriate checked type.
ListenableFuture out of a normal Future.
Future.
InterruptedException,
CancellationException or ExecutionException to an exception
of type E.
Executor, ExecutorService, and ThreadFactory.format to construct a name for the new
thread.
backingFactory for thread
creation, then uses format to construct a name for the new thread.
interfaceType that delegates all method
calls to the target object, enforcing the specified time limit on
each call.
Service.State.FAILED.
Callable which immediately returns a preset value each
time it is called.
MoreExecutors.sameThreadExecutor().
execute/submit, as in ThreadPoolExecutor.CallerRunsPolicy This
applies both to individually submitted tasks and to collections of tasks
submitted via invokeAll or invokeAny.
value.
throwable.
ExecutorService.Executors.newCachedThreadPool() to execute proxied
method calls.
TimeoutException.Future whose get calls cannot be interrupted.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||