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>

public class TestPlainActionFuture<T> extends PlainActionFuture<T>
A PlainActionFuture which bypasses the deadlock-detection checks since we're only using this in tests.
  • Constructor Details

    • TestPlainActionFuture

      public TestPlainActionFuture()