Class AbstractAsyncBulkByScrollActionTestCase<Request extends org.opensearch.index.reindex.AbstractBulkByScrollRequest<Request>,​Response extends org.opensearch.index.reindex.BulkByScrollResponse>

java.lang.Object
org.junit.Assert
org.apache.lucene.util.LuceneTestCase
org.opensearch.test.OpenSearchTestCase
org.opensearch.index.reindex.AbstractAsyncBulkByScrollActionTestCase<Request,​Response>

public abstract class AbstractAsyncBulkByScrollActionTestCase<Request extends org.opensearch.index.reindex.AbstractBulkByScrollRequest<Request>,​Response extends org.opensearch.index.reindex.BulkByScrollResponse>
extends OpenSearchTestCase
  • Field Details

    • threadPool

      protected org.opensearch.threadpool.ThreadPool threadPool
    • task

      protected org.opensearch.index.reindex.BulkByScrollTask task
  • Constructor Details

  • Method Details

    • setupForTest

      public void setupForTest()
    • tearDown

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

      protected abstract Request request()
    • listener

      protected org.opensearch.action.support.PlainActionFuture<Response> listener()