Uses of Class
org.elasticsearch.common.util.concurrent.BaseFuture
-
Packages that use BaseFuture Package Description org.elasticsearch.action.support org.elasticsearch.common.util.concurrent org.elasticsearch.transport -
-
Uses of BaseFuture in org.elasticsearch.action.support
Subclasses of BaseFuture in org.elasticsearch.action.support Modifier and Type Class Description classAdapterActionFuture<T,L>classPlainActionFuture<T>classPlainListenableActionFuture<T> -
Uses of BaseFuture in org.elasticsearch.common.util.concurrent
Subclasses of BaseFuture in org.elasticsearch.common.util.concurrent Modifier and Type Class Description classListenableFuture<V>A future implementation that allows for the result to be passed to listeners waiting for notification. -
Uses of BaseFuture in org.elasticsearch.transport
Subclasses of BaseFuture in org.elasticsearch.transport Modifier and Type Class Description classPlainTransportFuture<V extends TransportResponse>
-