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