| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.client.elc |
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
|
| 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 |
|---|---|
ClusterHealth |
ClusterTemplate.health() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ClusterHealth> |
ReactiveClusterTemplate.health() |
| 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 |
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–2022 Pivotal Software, Inc.. All rights reserved.