Uses of Package
org.apache.drill.common.concurrent
-
ClassDescriptionA
CheckedFuture
is aListenableFuture
that includes versions of theget
methods that can throw a checked exception. -
ClassDescriptionA delegating wrapper around a
ListenableFuture
that adds support for theAbstractCheckedFuture.checkedGet()
andAbstractCheckedFuture.checkedGet(long, TimeUnit)
methods.ACheckedFuture
is aListenableFuture
that includes versions of theget
methods that can throw a checked exception.