Package org.opensearch.data.client.orhlc
Class OpenSearchClusterOperations
java.lang.Object
org.opensearch.data.client.orhlc.OpenSearchClusterOperations
OpenSearch cluster operations
- Since:
- 0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.elasticsearch.core.cluster.ClusterOperationsforTemplate(OpenSearchRestTemplate template) Creates a ClusterOperations for aOpenSearchRestTemplate.
-
Constructor Details
-
OpenSearchClusterOperations
public OpenSearchClusterOperations()
-
-
Method Details
-
forTemplate
public static org.springframework.data.elasticsearch.core.cluster.ClusterOperations forTemplate(OpenSearchRestTemplate template) Creates a ClusterOperations for aOpenSearchRestTemplate.- Parameters:
template- the template, must not be null- Returns:
- ClusterOperations
-