| Package | Description |
|---|---|
| io.whitfin.elasticsearch.bulk |
| Modifier and Type | Method and Description |
|---|---|
ImmutableBulkAction |
ImmutableBulkAction.Builder.build()
Builds a new
ImmutableBulkAction. |
static ImmutableBulkAction |
ImmutableBulkAction.copyOf(BulkAction instance)
Creates an immutable copy of a
BulkAction value. |
ImmutableBulkAction |
ImmutableBulkAction.withId(String value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableBulkAction |
ImmutableBulkAction.withIndex(String value)
Copy the current immutable object by setting a value for the
index attribute. |
ImmutableBulkAction |
ImmutableBulkAction.withOperation(String value)
Copy the current immutable object by setting a value for the
operation attribute. |
ImmutableBulkAction |
ImmutableBulkAction.withParent(String value)
Copy the current immutable object by setting a value for the
parent attribute. |
ImmutableBulkAction |
ImmutableBulkAction.withRefresh(Boolean value)
Copy the current immutable object by setting a value for the
refresh attribute. |
ImmutableBulkAction |
ImmutableBulkAction.withRouting(String value)
Copy the current immutable object by setting a value for the
routing attribute. |
ImmutableBulkAction |
ImmutableBulkAction.withSource(String value)
Copy the current immutable object by setting a value for the
source attribute. |
ImmutableBulkAction |
ImmutableBulkAction.withType(String value)
Copy the current immutable object by setting a value for the
type attribute. |
ImmutableBulkAction |
ImmutableBulkAction.withVersion(Integer value)
Copy the current immutable object by setting a value for the
version attribute. |
ImmutableBulkAction |
ImmutableBulkAction.withWaitForActiveShards(Boolean value)
Copy the current immutable object by setting a value for the
waitForActiveShards attribute. |
Copyright © 2017. All rights reserved.