| 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 |
|---|---|
ClusterOperations |
ElasticsearchTemplate.cluster()
Deprecated.
|
ClusterOperations |
ElasticsearchOperations.cluster()
return a
ClusterOperations instance that uses the same client communication setup as this
ElasticsearchOperations instance. |
ClusterOperations |
ElasticsearchRestTemplate.cluster() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTransportClusterOperations
Default implementation of
ClusterOperations using the
TransportClient. |
| Modifier and Type | Method and Description |
|---|---|
static ClusterOperations |
ClusterOperations.forTemplate(ElasticsearchRestTemplate template)
Creates a ClusterOperations for a
ElasticsearchRestTemplate. |
static ClusterOperations |
ClusterOperations.forTemplate(ElasticsearchTemplate template)
Creates a ClusterOperations for a
ElasticsearchTemplate. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.