elasticsearch/docs/java-rest/high-level/apis
Luca Cavanna 8caf7d4ff8 Decouple BulkProcessor from ThreadPool (#26727)
Introduce minimal thread scheduler as a base class for `ThreadPool`. Such a class can be used from the `BulkProcessor` to schedule retries and the flush task. This allows to remove the `ThreadPool` dependency from `BulkProcessor`, which requires to provide settings that contain `node.name` and also needed log4j for logging. Instead, it needs now a `Scheduler` that is much lighter and gets automatically created and shut down on close.

Closes #26028
2017-10-25 10:30:23 +02:00
..
_index.asciidoc [Docs] Document Scroll API for Java High Level REST Client (#25554) 2017-07-07 12:19:33 +02:00
bulk.asciidoc Decouple BulkProcessor from ThreadPool (#26727) 2017-10-25 10:30:23 +02:00
delete.asciidoc
get.asciidoc
index.asciidoc [Docs] Add "Using Java Builders" section (#26517) 2017-09-06 14:06:41 +02:00
main.asciidoc [Docs] Add migration notes for the high-level rest client (#25911) 2017-08-01 10:38:56 +02:00
scroll.asciidoc [DOCS] revise high level client Search Scroll API docs (#25599) 2017-07-07 17:48:58 +02:00
search.asciidoc [Docs] Add "Using Java Builders" section (#26517) 2017-09-06 14:06:41 +02:00
update.asciidoc [Docs] Document Update API for Java High Level REST Client (#25536) 2017-07-05 12:16:42 +02:00