| Package | Description |
|---|---|
| io.whitfin.elasticsearch.bulk | |
| io.whitfin.elasticsearch.bulk.lifecycle |
| Class and Description |
|---|
| BulkAction
Interface for a bulk action as per the Elasticsearch API specification.
|
| BulkAction.Builder
Builder bindings to allow for creating actions with validation.
|
| BulkLifecycle
Lifecycle interface for bulk execution, providing the ability to
hook into various stages of bulk execution.
|
| 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. |
| Class and Description |
|---|
| BulkLifecycle
Lifecycle interface for bulk execution, providing the ability to
hook into various stages of bulk execution.
|
| BulkOperation
Definition class of a bulk operation per the Elasticsearch Bulk API.
|
| BulkOperator
The
BulkOperator controls batch execution against Elasticsearch via
the Elasticsearch Bulk API. |
Copyright © 2017. All rights reserved.