org.elasticsearch.action.support
Class PlainActionFuture<T>

java.lang.Object
  extended by org.elasticsearch.common.util.concurrent.BaseFuture<T>
      extended by org.elasticsearch.action.support.AdapterActionFuture<T,T>
          extended by org.elasticsearch.action.support.PlainActionFuture<T>
All Implemented Interfaces:
Future<T>, ActionFuture<T>, ActionListener<T>

public class PlainActionFuture<T>
extends AdapterActionFuture<T,T>


Constructor Summary
PlainActionFuture()
           
 
Method Summary
protected  T convert(T listenerResponse)
           
static
<T> PlainActionFuture<T>
newFuture()
           
 
Methods inherited from class org.elasticsearch.action.support.AdapterActionFuture
actionGet, actionGet, actionGet, actionGet, actionGet, getRootFailure, onFailure, onResponse
 
Methods inherited from class org.elasticsearch.common.util.concurrent.BaseFuture
cancel, done, get, get, interruptTask, isCancelled, isDone, set, setException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDone
 

Constructor Detail

PlainActionFuture

public PlainActionFuture()
Method Detail

newFuture

public static <T> PlainActionFuture<T> newFuture()

convert

protected T convert(T listenerResponse)
Specified by:
convert in class AdapterActionFuture<T,T>


Copyright © 2009-2012. All Rights Reserved.