Uses of Class
org.elasticsearch.action.bulk.BulkItemRequest
-
Packages that use BulkItemRequest Package Description org.elasticsearch.action.bulk -
-
Uses of BulkItemRequest in org.elasticsearch.action.bulk
Methods in org.elasticsearch.action.bulk that return BulkItemRequest Modifier and Type Method Description BulkItemRequest[]BulkShardRequest. items()Constructors in org.elasticsearch.action.bulk with parameters of type BulkItemRequest Constructor Description BulkShardRequest(ShardId shardId, WriteRequest.RefreshPolicy refreshPolicy, BulkItemRequest[] items)
-