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

Packages that use BulkItemResponse
org.elasticsearch.action.bulk   
 

Uses of BulkItemResponse in org.elasticsearch.action.bulk
 

Methods in org.elasticsearch.action.bulk that return BulkItemResponse
 BulkItemResponse[] BulkResponse.items()
          The items representing each action performed in the bulk operation (in the same order!).
static BulkItemResponse BulkItemResponse.readBulkItem(StreamInput in)
           
 BulkItemResponse[] BulkShardResponse.responses()
           
 

Methods in org.elasticsearch.action.bulk that return types with arguments of type BulkItemResponse
 Iterator<BulkItemResponse> BulkResponse.iterator()
           
 

Constructors in org.elasticsearch.action.bulk with parameters of type BulkItemResponse
BulkResponse(BulkItemResponse[] responses, long tookInMillis)
           
 



Copyright © 2009-2012. All Rights Reserved.