| Package | Description |
|---|---|
| io.whitfin.elasticsearch.bulk |
| Modifier and Type | Method and Description |
|---|---|
ImmutableBulkOperation |
ImmutableBulkOperation.Builder.build()
Builds a new
ImmutableBulkOperation. |
static ImmutableBulkOperation |
ImmutableBulkOperation.copyOf(BulkOperation instance)
Creates an immutable copy of a
BulkOperation value. |
ImmutableBulkOperation |
ImmutableBulkOperation.withActions(BulkAction... elements)
Copy the current immutable object with elements that replace the content of
actions. |
ImmutableBulkOperation |
ImmutableBulkOperation.withActions(Iterable<? extends BulkAction> elements)
Copy the current immutable object with elements that replace the content of
actions. |
Copyright © 2017. All rights reserved.