Uses of Class
org.elasticsearch.action.support.PlainActionFuture
-
Packages that use PlainActionFuture Package Description org.elasticsearch.action.support -
-
Uses of PlainActionFuture in org.elasticsearch.action.support
Methods in org.elasticsearch.action.support that return PlainActionFuture Modifier and Type Method Description static <T> PlainActionFuture<T>PlainActionFuture. newFuture()Method parameters in org.elasticsearch.action.support with type arguments of type PlainActionFuture Modifier and Type Method Description static <T,E extends Exception>
TPlainActionFuture. get(CheckedConsumer<PlainActionFuture<T>,E> e)
-