Package | Description |
---|---|
org.elasticsearch.action.bulk |
Modifier and Type | Method and Description |
---|---|
BulkItemResponse[] |
BulkResponse.getItems()
The items representing each action performed in the bulk operation (in the same order!).
|
BulkItemResponse[] |
BulkShardResponse.getResponses() |
static BulkItemResponse |
BulkItemResponse.readBulkItem(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
Iterator<BulkItemResponse> |
BulkResponse.iterator() |
Constructor and Description |
---|
BulkResponse(BulkItemResponse[] responses,
long tookInMillis) |
Copyright © 2009–2015. All rights reserved.