| Package | Description |
|---|---|
| io.whitfin.elasticsearch.bulk |
| Modifier and Type | Method and Description |
|---|---|
static BulkOperator.Builder |
BulkOperator.builder(org.elasticsearch.client.RestClient client)
Returns a builder in order to create an operator.
|
BulkOperator.Builder |
BulkOperator.Builder.concurrency(int concurrency)
Modifies the concurrency associated with this builder.
|
BulkOperator.Builder |
BulkOperator.Builder.interval(long interval)
Modifies the interval associated with this builder.
|
BulkOperator.Builder |
BulkOperator.Builder.lifecycle(BulkLifecycle lifecycle)
Modifies the lifecycle associated with this builder.
|
BulkOperator.Builder |
BulkOperator.Builder.maxActions(Integer maxActions)
Modifies the max number of actions associated with this builder.
|
Copyright © 2017. All rights reserved.