Uses of Class
org.elasticsearch.action.get.MultiGetResponse.Failure
-
Packages that use MultiGetResponse.Failure Package Description org.elasticsearch.action.get -
-
Uses of MultiGetResponse.Failure in org.elasticsearch.action.get
Methods in org.elasticsearch.action.get that return MultiGetResponse.Failure Modifier and Type Method Description MultiGetResponse.FailureMultiGetItemResponse. getFailure()The failure if relevant.Methods in org.elasticsearch.action.get with parameters of type MultiGetResponse.Failure Modifier and Type Method Description voidMultiGetShardResponse. add(int location, MultiGetResponse.Failure failure)Constructors in org.elasticsearch.action.get with parameters of type MultiGetResponse.Failure Constructor Description MultiGetItemResponse(GetResponse response, MultiGetResponse.Failure failure)
-