Uses of Class
org.elasticsearch.action.count.CountResponse

Packages that use CountResponse
org.elasticsearch.action.count Count action. 
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
org.elasticsearch.client.transport   
 

Uses of CountResponse in org.elasticsearch.action.count
 

Methods in org.elasticsearch.action.count that return CountResponse
 CountResponse CountAction.newResponse()
           
protected  CountResponse TransportCountAction.newResponse(CountRequest request, AtomicReferenceArray shardsResponses, ClusterState clusterState)
           
 

Method parameters in org.elasticsearch.action.count with type arguments of type CountResponse
protected  void CountRequestBuilder.doExecute(ActionListener<CountResponse> listener)
           
 

Uses of CountResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type CountResponse
 ActionFuture<CountResponse> Client.count(CountRequest request)
          A count of all the documents matching a specific query.
 

Method parameters in org.elasticsearch.client with type arguments of type CountResponse
 void Client.count(CountRequest request, ActionListener<CountResponse> listener)
          A count of all the documents matching a specific query.
 

Uses of CountResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type CountResponse
 ActionFuture<CountResponse> AbstractClient.count(CountRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type CountResponse
 void AbstractClient.count(CountRequest request, ActionListener<CountResponse> listener)
           
 

Uses of CountResponse in org.elasticsearch.client.transport
 

Methods in org.elasticsearch.client.transport that return types with arguments of type CountResponse
 ActionFuture<CountResponse> TransportClient.count(CountRequest request)
           
 

Method parameters in org.elasticsearch.client.transport with type arguments of type CountResponse
 void TransportClient.count(CountRequest request, ActionListener<CountResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.