Uses of Class
org.elasticsearch.action.get.GetResponse

Packages that use GetResponse
org.elasticsearch.action.get Get action. 
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
org.elasticsearch.client.transport   
 

Uses of GetResponse in org.elasticsearch.action.get
 

Methods in org.elasticsearch.action.get that return GetResponse
 GetResponse MultiGetItemResponse.getResponse()
          The actual get response, null if its a failure.
protected  GetResponse TransportGetAction.newResponse()
           
 GetResponse GetAction.newResponse()
           
 GetResponse MultiGetItemResponse.response()
          The actual get response, null if its a failure.
protected  GetResponse TransportGetAction.shardOperation(GetRequest request, int shardId)
           
 

Methods in org.elasticsearch.action.get with parameters of type GetResponse
 void MultiGetShardResponse.add(int location, GetResponse response)
           
 

Method parameters in org.elasticsearch.action.get with type arguments of type GetResponse
protected  void GetRequestBuilder.doExecute(ActionListener<GetResponse> listener)
           
 

Constructors in org.elasticsearch.action.get with parameters of type GetResponse
MultiGetItemResponse(GetResponse response, MultiGetResponse.Failure failure)
           
 

Uses of GetResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type GetResponse
 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
 void Client.get(GetRequest request, ActionListener<GetResponse> listener)
          Gets the document that was indexed from an index with a type and id.
 

Uses of GetResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type GetResponse
 ActionFuture<GetResponse> AbstractClient.get(GetRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type GetResponse
 void AbstractClient.get(GetRequest request, ActionListener<GetResponse> listener)
           
 

Uses of GetResponse in org.elasticsearch.client.transport
 

Methods in org.elasticsearch.client.transport that return types with arguments of type GetResponse
 ActionFuture<GetResponse> TransportClient.get(GetRequest request)
           
 

Method parameters in org.elasticsearch.client.transport with type arguments of type GetResponse
 void TransportClient.get(GetRequest request, ActionListener<GetResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.