Uses of Class
org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
Packages that use ClusterHealthResponse Package Description org.elasticsearch.action.admin.cluster.health org.elasticsearch.client -
-
Uses of ClusterHealthResponse in org.elasticsearch.action.admin.cluster.health
Methods in org.elasticsearch.action.admin.cluster.health that return ClusterHealthResponse Modifier and Type Method Description static ClusterHealthResponseClusterHealthResponse. fromXContent(XContentParser parser)protected ClusterHealthResponseTransportClusterHealthAction. read(StreamInput in)static ClusterHealthResponseClusterHealthResponse. readResponseFrom(StreamInput in)Method parameters in org.elasticsearch.action.admin.cluster.health with type arguments of type ClusterHealthResponse Modifier and Type Method Description protected voidTransportClusterHealthAction. masterOperation(ClusterHealthRequest request, ClusterState state, ActionListener<ClusterHealthResponse> listener)protected voidTransportClusterHealthAction. masterOperation(Task task, ClusterHealthRequest request, ClusterState unusedState, ActionListener<ClusterHealthResponse> listener) -
Uses of ClusterHealthResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return ClusterHealthResponse Modifier and Type Method Description ClusterHealthResponseClusterClient. health(ClusterHealthRequest healthRequest, RequestOptions options)Get cluster health using the Cluster Health API.Methods in org.elasticsearch.client that return types with arguments of type ClusterHealthResponse Modifier and Type Method Description ActionFuture<ClusterHealthResponse>ClusterAdminClient. health(ClusterHealthRequest request)The health of the cluster.Method parameters in org.elasticsearch.client with type arguments of type ClusterHealthResponse Modifier and Type Method Description voidClusterAdminClient. health(ClusterHealthRequest request, ActionListener<ClusterHealthResponse> listener)The health of the cluster.CancellableClusterClient. healthAsync(ClusterHealthRequest healthRequest, RequestOptions options, ActionListener<ClusterHealthResponse> listener)Asynchronously get cluster health using the Cluster Health API.
-