Uses of Class
org.springframework.data.elasticsearch.core.cluster.ClusterHealth
Packages that use ClusterHealth
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
Interfaces and classes related to Elasticsearch cluster information and management.
-
Uses of ClusterHealth in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc that return ClusterHealthMethods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type ClusterHealthModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ClusterHealth>
ReactiveClusterTemplate.health()
-
Uses of ClusterHealth in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return ClusterHealthModifier and TypeMethodDescriptionstatic ClusterHealth
ResponseConverter.clusterHealth
(org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse clusterHealthResponse) Deprecated.Methods in org.springframework.data.elasticsearch.client.erhlc that return types with arguments of type ClusterHealthModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ClusterHealth>
DefaultReactiveClusterOperations.health()
Deprecated. -
Uses of ClusterHealth in org.springframework.data.elasticsearch.core.cluster
Methods in org.springframework.data.elasticsearch.core.cluster that return ClusterHealthModifier and TypeMethodDescriptionClusterHealth.ClusterHealthBuilder.build()
ClusterOperations.health()
get the cluster's health status.Methods in org.springframework.data.elasticsearch.core.cluster that return types with arguments of type ClusterHealthModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ClusterHealth>
ReactiveClusterOperations.health()
get the cluster's health status.