Uses of Class
org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse

Packages that use ClusterHealthResponse
org.elasticsearch.action.admin.cluster.health   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of ClusterHealthResponse in org.elasticsearch.action.admin.cluster.health
 

Methods in org.elasticsearch.action.admin.cluster.health that return ClusterHealthResponse
protected  ClusterHealthResponse TransportClusterHealthAction.masterOperation(ClusterHealthRequest request, ClusterState unusedState)
           
 ClusterHealthResponse ClusterHealthAction.newResponse()
           
protected  ClusterHealthResponse TransportClusterHealthAction.newResponse()
           
 

Method parameters in org.elasticsearch.action.admin.cluster.health with type arguments of type ClusterHealthResponse
protected  void ClusterHealthRequestBuilder.doExecute(ActionListener<ClusterHealthResponse> listener)
           
 

Uses of ClusterHealthResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return types with arguments of type ClusterHealthResponse
 ActionFuture<ClusterHealthResponse> ClusterAdminClient.health(ClusterHealthRequest request)
          The health of the cluster.
 

Method parameters in org.elasticsearch.client with type arguments of type ClusterHealthResponse
 void ClusterAdminClient.health(ClusterHealthRequest request, ActionListener<ClusterHealthResponse> listener)
          The health of the cluster.
 

Uses of ClusterHealthResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support that return types with arguments of type ClusterHealthResponse
 ActionFuture<ClusterHealthResponse> AbstractClusterAdminClient.health(ClusterHealthRequest request)
           
 

Method parameters in org.elasticsearch.client.support with type arguments of type ClusterHealthResponse
 void AbstractClusterAdminClient.health(ClusterHealthRequest request, ActionListener<ClusterHealthResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.