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 TypeClassDescriptionclass
Implementation of theClusterOperations
interface 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 aClusterOperations
instance that uses the same client communication setup as this ElasticsearchOperations instance.