Uses of Interface
org.apache.drill.common.concurrent.CheckedFuture
Packages that use CheckedFuture
-
Uses of CheckedFuture in org.apache.drill.common.concurrent
Classes in org.apache.drill.common.concurrent that implement CheckedFutureModifier and TypeClassDescriptionclass
AbstractCheckedFuture<T,
E extends Exception> A delegating wrapper around aListenableFuture
that adds support for theAbstractCheckedFuture.checkedGet()
andAbstractCheckedFuture.checkedGet(long, TimeUnit)
methods. -
Uses of CheckedFuture in org.apache.drill.exec.rpc
Subinterfaces of CheckedFuture in org.apache.drill.exec.rpcClasses in org.apache.drill.exec.rpc that implement CheckedFuture