| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.cluster |
Interfaces and classes related to Elasticsearch cluster information and management.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterHealth |
ResponseConverter.clusterHealth(org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse clusterHealthResponse) |
| Modifier and Type | Method and Description |
|---|---|
ClusterHealth |
ClusterHealth.ClusterHealthBuilder.build() |
ClusterHealth |
DefaultTransportClusterOperations.health() |
ClusterHealth |
ClusterOperations.health()
get the cluster's health status.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ClusterHealth> |
DefaultReactiveClusterOperations.health() |
reactor.core.publisher.Mono<ClusterHealth> |
ReactiveClusterOperations.health()
get the cluster's health status.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.