| Package | Description |
|---|---|
| org.elasticsearch.action.bulk | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
BulkResponse |
BulkAction.newResponse() |
BulkResponse |
Retry.withSyncBackoff(Client client,
BulkRequest bulkRequest)
Invokes #bulk(BulkRequest) on the provided client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkProcessor.Listener.afterBulk(long executionId,
BulkRequest request,
BulkResponse response)
Callback after a successful execution of bulk request.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportBulkAction.doExecute(BulkRequest bulkRequest,
ActionListener<BulkResponse> listener) |
void |
TransportBulkAction.executeBulk(BulkRequest bulkRequest,
ActionListener<BulkResponse> listener)
This method executes the
BulkRequest and calls the given listener once the request returns. |
void |
Retry.withAsyncBackoff(Client client,
BulkRequest bulkRequest,
ActionListener<BulkResponse> listener)
Invokes #bulk(BulkRequest, ActionListener) on the provided client.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<BulkResponse> |
Client.bulk(BulkRequest request)
Executes a bulk of index / delete operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.bulk(BulkRequest request,
ActionListener<BulkResponse> listener)
Executes a bulk of index / delete operations.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<BulkResponse> |
AbstractClient.bulk(BulkRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClient.bulk(BulkRequest request,
ActionListener<BulkResponse> listener) |
Copyright © 2009–2017. All rights reserved.