Package | Description |
---|---|
org.elasticsearch.action.bulk |
Modifier and Type | Method and Description |
---|---|
static BulkProcessor.Builder |
BulkProcessor.builder(Client client,
BulkProcessor.Listener listener) |
Constructor and Description |
---|
Builder(Client client,
BulkProcessor.Listener listener)
Creates a builder of bulk processor with the client to use and the listener that will be used
to be notified on the completion of bulk requests.
|
Copyright © 2009–2015. All rights reserved.