Class AbstractAsyncBulkByPaginatedSearchActionTestCase<Request extends AbstractBulkByPaginatedSearchRequest<Request>,Response extends BulkByPaginatedSearchResponse>

java.lang.Object
org.junit.Assert
org.apache.lucene.tests.util.LuceneTestCase
org.elasticsearch.test.ESTestCase
org.elasticsearch.index.reindex.AbstractAsyncBulkByPaginatedSearchActionTestCase<Request,Response>

public abstract class AbstractAsyncBulkByPaginatedSearchActionTestCase<Request extends AbstractBulkByPaginatedSearchRequest<Request>,Response extends BulkByPaginatedSearchResponse> extends ESTestCase
  • Field Details

  • Constructor Details

    • AbstractAsyncBulkByPaginatedSearchActionTestCase

      public AbstractAsyncBulkByPaginatedSearchActionTestCase()
  • Method Details

    • setupForTest

      public void setupForTest()
    • shutdownThreadPool

      public void shutdownThreadPool() throws Exception
      Throws:
      Exception
    • tearDown

      public final void tearDown() throws Exception
      Overrides:
      tearDown in class org.apache.lucene.tests.util.LuceneTestCase
      Throws:
      Exception
    • request

      protected abstract Request request()
    • listener

      protected PlainActionFuture<Response> listener()