Package org.elasticsearch.action.support
Class TestPlainActionFuture<T>
java.lang.Object
org.elasticsearch.action.support.PlainActionFuture<T>
org.elasticsearch.action.support.TestPlainActionFuture<T>
- All Implemented Interfaces:
Future<T>
,ActionFuture<T>
,ActionListener<T>
A
PlainActionFuture
which bypasses the deadlock-detection checks since we're only using this in tests.-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.action.support.PlainActionFuture
actionGet, actionGet, actionGet, blockingAllowed, cancel, done, get, get, isCancelled, isDone, onFailure, onResponse, result, set
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.action.ActionListener
delegateFailure, delegateFailureAndWrap, delegateFailureIgnoreResponseAndWrap, delegateResponse, map, safeMap
Methods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Constructor Details
-
TestPlainActionFuture
public TestPlainActionFuture()
-