Class AbstractAsyncBulkByScrollActionTestCase<Request extends AbstractBulkByScrollRequest<Request>,​Response extends BulkByScrollResponse>

    • Constructor Detail

      • AbstractAsyncBulkByScrollActionTestCase

        public AbstractAsyncBulkByScrollActionTestCase()
    • Method Detail

      • 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()