Class PlainActionFuture<T>

java.lang.Object
org.elasticsearch.action.support.PlainActionFuture<T>
All Implemented Interfaces:
Future<T>, ActionFuture<T>, ActionListener<T>

public class PlainActionFuture<T> extends Object implements ActionFuture<T>, ActionListener<T>