| Package | Description |
|---|---|
| io.whitfin.elasticsearch.bulk |
| Modifier and Type | Method and Description |
|---|---|
static BulkAction.Builder |
BulkAction.builder()
Returns a builder in order to create an action.
|
BulkAction.Builder |
ImmutableBulkAction.Builder.from(BulkAction instance)
Fill a builder with attribute values from the provided
BulkAction instance. |
BulkAction.Builder |
ImmutableBulkAction.Builder.id(String id)
Initializes the value for the
id attribute. |
BulkAction.Builder |
ImmutableBulkAction.Builder.index(String index)
Initializes the value for the
index attribute. |
BulkAction.Builder |
ImmutableBulkAction.Builder.operation(String operation)
Initializes the value for the
operation attribute. |
BulkAction.Builder |
ImmutableBulkAction.Builder.parent(String parent)
Initializes the value for the
parent attribute. |
BulkAction.Builder |
ImmutableBulkAction.Builder.refresh(Boolean refresh)
Initializes the value for the
refresh attribute. |
BulkAction.Builder |
ImmutableBulkAction.Builder.routing(String routing)
Initializes the value for the
routing attribute. |
BulkAction.Builder |
ImmutableBulkAction.Builder.source(String source)
Initializes the value for the
source attribute. |
BulkAction.Builder |
ImmutableBulkAction.Builder.type(String type)
Initializes the value for the
type attribute. |
BulkAction.Builder |
ImmutableBulkAction.Builder.version(Integer version)
Initializes the value for the
version attribute. |
BulkAction.Builder |
ImmutableBulkAction.Builder.waitForActiveShards(Boolean waitForActiveShards)
Initializes the value for the
waitForActiveShards attribute. |
Copyright © 2017. All rights reserved.