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

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

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

    • threadPool

      protected org.elasticsearch.threadpool.ThreadPool threadPool
    • task

      protected org.elasticsearch.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.elasticsearch.action.support.PlainActionFuture<Response> listener()