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.
-
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.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.