Uses of Class
org.elasticsearch.action.get.MultiGetItemResponse
-
Packages that use MultiGetItemResponse Package Description org.elasticsearch.action.get -
-
Uses of MultiGetItemResponse in org.elasticsearch.action.get
Methods in org.elasticsearch.action.get that return MultiGetItemResponse Modifier and Type Method Description MultiGetItemResponse[]MultiGetResponse. getResponses()Methods in org.elasticsearch.action.get that return types with arguments of type MultiGetItemResponse Modifier and Type Method Description Iterator<MultiGetItemResponse>MultiGetResponse. iterator()Method parameters in org.elasticsearch.action.get with type arguments of type MultiGetItemResponse Modifier and Type Method Description protected voidTransportMultiGetAction. executeShardAction(ActionListener<MultiGetResponse> listener, AtomicArray<MultiGetItemResponse> responses, Map<ShardId,MultiGetShardRequest> shardRequests)Constructors in org.elasticsearch.action.get with parameters of type MultiGetItemResponse Constructor Description MultiGetResponse(MultiGetItemResponse[] responses)
-