Class ElasticsearchClusterOperations
java.lang.Object
org.springframework.data.elasticsearch.client.erhlc.ElasticsearchClusterOperations
Deprecated.
since 5.0
- Since:
- 4.4
- Author:
- Peter-Josef Meisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClusterOperations
forTemplate
(ElasticsearchRestTemplate template) Deprecated.Creates a ClusterOperations for aElasticsearchRestTemplate
.
-
Constructor Details
-
ElasticsearchClusterOperations
public ElasticsearchClusterOperations()Deprecated.
-
-
Method Details
-
forTemplate
Deprecated.Creates a ClusterOperations for aElasticsearchRestTemplate
.- Parameters:
template
- the template, must not be null- Returns:
- ClusterOperations
-