Uses of Interface
org.springframework.data.elasticsearch.core.cluster.ClusterOperations
Packages that use ClusterOperations
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
-
Uses of ClusterOperations in org.springframework.data.elasticsearch.client.elc
Classes in org.springframework.data.elasticsearch.client.elc that implement ClusterOperationsModifier and TypeClassDescriptionclassImplementation of theClusterOperationsinterface using enElasticsearchClusterClient.Methods in org.springframework.data.elasticsearch.client.elc that return ClusterOperations -
Uses of ClusterOperations in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return ClusterOperationsModifier and TypeMethodDescriptionElasticsearchRestTemplate.cluster()Deprecated.static ClusterOperationsElasticsearchClusterOperations.forTemplate(ElasticsearchRestTemplate template) Deprecated.Creates a ClusterOperations for aElasticsearchRestTemplate. -
Uses of ClusterOperations in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return ClusterOperationsModifier and TypeMethodDescriptionElasticsearchOperations.cluster()return aClusterOperationsinstance that uses the same client communication setup as this ElasticsearchOperations instance.