| 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 | Class and Description |
|---|---|
class |
ReactiveClusterTemplate |
| Modifier and Type | Method and Description |
|---|---|
ReactiveClusterOperations |
ReactiveElasticsearchTemplate.cluster() |
| Modifier and Type | Method and Description |
|---|---|
ReactiveClusterOperations |
ReactiveElasticsearchOperations.cluster()
return a
ReactiveClusterOperations instance that uses the same client communication setup as this
ElasticsearchOperations instance. |
ReactiveClusterOperations |
ReactiveElasticsearchTemplate.cluster() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReactiveClusterOperations
Default implementation of
ReactiveClusterOperations using the ReactiveElasticsearchOperations. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.