Package | Description |
---|---|
org.elasticsearch.action.bulk | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support | |
org.elasticsearch.client.transport |
Modifier and Type | Method and Description |
---|---|
BulkResponse |
BulkAction.newResponse() |
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 |
BulkRequestBuilder.doExecute(ActionListener<BulkResponse> listener) |
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. |
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) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<BulkResponse> |
TransportClient.bulk(BulkRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
TransportClient.bulk(BulkRequest request,
ActionListener<BulkResponse> listener) |
Copyright © 2009–2015. All rights reserved.