Uses of Class
org.elasticsearch.action.get.GetResponse
-
Packages that use GetResponse Package Description org.elasticsearch.action.get org.elasticsearch.client org.elasticsearch.client.support -
-
Uses of GetResponse in org.elasticsearch.action.get
Methods in org.elasticsearch.action.get that return GetResponse Modifier and Type Method Description static GetResponseGetResponse. fromXContent(XContentParser parser)This method can be used to parse aGetResponseobject when it has been printed out as a xcontent using thetoXContent(XContentBuilder, Params)method.GetResponseMultiGetItemResponse. getResponse()The actual get response,nullif its a failure.protected GetResponseTransportGetAction. shardOperation(GetRequest request, ShardId shardId)Methods in org.elasticsearch.action.get that return types with arguments of type GetResponse Modifier and Type Method Description protected Writeable.Reader<GetResponse>TransportGetAction. getResponseReader()Methods in org.elasticsearch.action.get with parameters of type GetResponse Modifier and Type Method Description voidMultiGetShardResponse. add(int location, GetResponse response)Method parameters in org.elasticsearch.action.get with type arguments of type GetResponse Modifier and Type Method Description protected voidTransportGetAction. asyncShardOperation(GetRequest request, ShardId shardId, ActionListener<GetResponse> listener)Constructors in org.elasticsearch.action.get with parameters of type GetResponse Constructor Description MultiGetItemResponse(GetResponse response, MultiGetResponse.Failure failure) -
Uses of GetResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetResponse Modifier and Type Method Description GetResponseRestHighLevelClient. get(GetRequest getRequest, RequestOptions options)Retrieves a document by id using the Get API.Methods in org.elasticsearch.client that return types with arguments of type GetResponse Modifier and Type Method Description ActionFuture<GetResponse>Client. get(GetRequest request)Gets the document that was indexed from an index with a type and id.Method parameters in org.elasticsearch.client with type arguments of type GetResponse Modifier and Type Method Description voidClient. get(GetRequest request, ActionListener<GetResponse> listener)Gets the document that was indexed from an index with a type and id.CancellableRestHighLevelClient. getAsync(GetRequest getRequest, RequestOptions options, ActionListener<GetResponse> listener)Asynchronously retrieves a document by id using the Get API. -
Uses of GetResponse in org.elasticsearch.client.support
Methods in org.elasticsearch.client.support that return types with arguments of type GetResponse Modifier and Type Method Description ActionFuture<GetResponse>AbstractClient. get(GetRequest request)Method parameters in org.elasticsearch.client.support with type arguments of type GetResponse Modifier and Type Method Description voidAbstractClient. get(GetRequest request, ActionListener<GetResponse> listener)
-