Class OpenSearchClusterOperations

java.lang.Object
org.opensearch.data.client.orhlc.OpenSearchClusterOperations

public class OpenSearchClusterOperations extends Object
OpenSearch cluster operations
Since:
0.1
  • Constructor Details

    • OpenSearchClusterOperations

      public OpenSearchClusterOperations()
  • Method Details

    • forTemplate

      public static org.springframework.data.elasticsearch.core.cluster.ClusterOperations forTemplate(OpenSearchRestTemplate template)
      Creates a ClusterOperations for a OpenSearchRestTemplate.
      Parameters:
      template - the template, must not be null
      Returns:
      ClusterOperations