Interface BulkProcessor
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
ElasticBulkProcessor,OpenSearchHighLevelRestClient
Processor for "bulk" call to the Elastic REST Endpoint.
-
Method Details
-
appendIndexRequest
- Throws:
IOException
-
appendDeleteRequest
- Throws:
IOException
-
flush
void flush() -
close
void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-