| Package | Description |
|---|---|
| tech.mlsql.common.utils.cache | |
| tech.mlsql.common.utils.concurrent |
| Class and Description |
|---|
| ListenableFuture
A
Future that accepts completion listeners. |
| Class and Description |
|---|
| AbstractFuture
An abstract implementation of the
ListenableFuture interface. |
| AsyncFunction
Transforms a value, possibly asynchronously.
|
| CheckedFuture
A
CheckedFuture is a ListenableFuture that includes versions
of the get methods that can throw a checked exception. |
| ForwardingFuture
A
Future which forwards all its method calls to another future. |
| ForwardingListenableFuture
A
ListenableFuture which forwards all its method calls to another
future. |
| ForwardingListenableFuture.SimpleForwardingListenableFuture
A simplified version of
ForwardingListenableFuture where subclasses
can pass in an already constructed ListenableFuture
as the delegate. |
| FutureCallback
A callback for accepting the results of a
Future
computation asynchronously. |
| FutureFallback
Provides a backup
Future to replace an earlier failed Future. |
| ListenableFuture
A
Future that accepts completion listeners. |
| ListenableFutureTask
A
FutureTask that also implements the ListenableFuture
interface. |
| ListenableScheduledFuture
Helper interface to implement both
ListenableFuture and
ScheduledFuture. |
| ListeningExecutorService
An
ExecutorService that returns ListenableFuture instances. |
| ListeningScheduledExecutorService
A
ScheduledExecutorService that returns ListenableFuture
instances from its ExecutorService methods. |
| SettableFuture
A
ListenableFuture whose result may be set by a SettableFuture.set(Object)
or SettableFuture.setException(Throwable) call. |
| ThreadFactoryBuilder
A ThreadFactory builder, providing any combination of these features:
whether threads should be marked as daemon
threads
a naming format
a thread priority
an uncaught exception
handler
a backing thread factory
|
Copyright © 2020. All rights reserved.