Uses of Class
org.elasticsearch.action.support.PlainListenableActionFuture
-
Packages that use PlainListenableActionFuture Package Description org.elasticsearch.action.support -
-
Uses of PlainListenableActionFuture in org.elasticsearch.action.support
Methods in org.elasticsearch.action.support that return PlainListenableActionFuture Modifier and Type Method Description static <T> PlainListenableActionFuture<T>PlainListenableActionFuture. newDispatchingListenableFuture(ThreadPool threadPool)This method returns a listenable future.static <T> PlainListenableActionFuture<T>PlainListenableActionFuture. newListenableFuture()This method returns a listenable future.
-