Uses of Class
org.elasticsearch.action.bulk.BulkResponse

Packages that use BulkResponse
org.elasticsearch.action.bulk   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
org.elasticsearch.client.transport   
 

Uses of BulkResponse in org.elasticsearch.action.bulk
 

Methods in org.elasticsearch.action.bulk that return BulkResponse
 BulkResponse BulkAction.newResponse()
           
 

Methods in org.elasticsearch.action.bulk with parameters of type BulkResponse
 void BulkProcessor.Listener.afterBulk(long executionId, BulkRequest request, BulkResponse response)
          Callback after a successful execution of bulk request.
 

Method parameters in org.elasticsearch.action.bulk with type arguments of type BulkResponse
protected  void BulkRequestBuilder.doExecute(ActionListener<BulkResponse> listener)
           
protected  void TransportBulkAction.doExecute(BulkRequest bulkRequest, ActionListener<BulkResponse> listener)
           
 

Uses of BulkResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type BulkResponse
 ActionFuture<BulkResponse> Client.bulk(BulkRequest request)
          Executes a bulk of index / delete operations.
 

Method parameters in org.elasticsearch.client with type arguments of type BulkResponse
 void Client.bulk(BulkRequest request, ActionListener<BulkResponse> listener)
          Executes a bulk of index / delete operations.
 

Uses of BulkResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type BulkResponse
 ActionFuture<BulkResponse> AbstractClient.bulk(BulkRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type BulkResponse
 void AbstractClient.bulk(BulkRequest request, ActionListener<BulkResponse> listener)
           
 

Uses of BulkResponse in org.elasticsearch.client.transport
 

Methods in org.elasticsearch.client.transport that return types with arguments of type BulkResponse
 ActionFuture<BulkResponse> TransportClient.bulk(BulkRequest request)
           
 

Method parameters in org.elasticsearch.client.transport with type arguments of type BulkResponse
 void TransportClient.bulk(BulkRequest request, ActionListener<BulkResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.