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