Uses of Class
org.elasticsearch.action.bulk.BulkItemResponse
-
Packages that use BulkItemResponse Package Description org.elasticsearch.action.bulk -
-
Uses of BulkItemResponse in org.elasticsearch.action.bulk
Methods in org.elasticsearch.action.bulk that return BulkItemResponse Modifier and Type Method Description static BulkItemResponseBulkItemResponse. fromXContent(XContentParser parser, int id)Reads aBulkItemResponsefrom aXContentParser.BulkItemResponse[]BulkResponse. getItems()The items representing each action performed in the bulk operation (in the same order!).BulkItemResponse[]BulkShardResponse. getResponses()Methods in org.elasticsearch.action.bulk that return types with arguments of type BulkItemResponse Modifier and Type Method Description Iterator<BulkItemResponse>BulkResponse. iterator()Constructors in org.elasticsearch.action.bulk with parameters of type BulkItemResponse Constructor Description BulkResponse(BulkItemResponse[] responses, long tookInMillis)BulkResponse(BulkItemResponse[] responses, long tookInMillis, long ingestTookInMillis)BulkShardResponse(ShardId shardId, BulkItemResponse[] responses)
-