Uses of Package
org.apache.drill.common.concurrent
Packages that use org.apache.drill.common.concurrent
-
Classes in org.apache.drill.common.concurrent used by org.apache.drill.common.concurrentClassDescriptionA
CheckedFutureis aListenableFuturethat includes versions of thegetmethods that can throw a checked exception. -
Classes in org.apache.drill.common.concurrent used by org.apache.drill.exec.rpcClassDescriptionA delegating wrapper around a
ListenableFuturethat adds support for theAbstractCheckedFuture.checkedGet()andAbstractCheckedFuture.checkedGet(long, TimeUnit)methods.ACheckedFutureis aListenableFuturethat includes versions of thegetmethods that can throw a checked exception.