| Interface | Description |
|---|---|
| BulkLifecycle |
Lifecycle interface for bulk execution, providing the ability to
hook into various stages of bulk execution.
|
| Class | Description |
|---|---|
| BulkAction |
Interface for a bulk action as per the Elasticsearch API specification.
|
| BulkAction.Builder |
Builder bindings to allow for creating actions with validation.
|
| BulkOperation |
Definition class of a bulk operation per the Elasticsearch Bulk API.
|
| BulkOperation.Builder |
Builder bindings to allow for creating operations with validation.
|
| BulkOperator |
The
BulkOperator controls batch execution against Elasticsearch via
the Elasticsearch Bulk API. |
| BulkOperator.Builder |
Builder class for a
BulkOperator to provide finer control over
validation and mutability. |
| ImmutableBulkAction |
Immutable implementation of
BulkAction. |
| ImmutableBulkAction.Builder |
Builds instances of type
ImmutableBulkAction. |
| ImmutableBulkOperation |
Immutable implementation of
BulkOperation. |
| ImmutableBulkOperation.Builder |
Builds instances of type
ImmutableBulkOperation. |
Copyright © 2017. All rights reserved.