Uses of Interface
org.springframework.data.elasticsearch.core.cluster.ReactiveClusterOperations
Packages that use ReactiveClusterOperations
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
Interfaces and classes related to Elasticsearch cluster information and management.
-
Uses of ReactiveClusterOperations in org.springframework.data.elasticsearch.client.elc
Classes in org.springframework.data.elasticsearch.client.elc that implement ReactiveClusterOperationsMethods in org.springframework.data.elasticsearch.client.elc that return ReactiveClusterOperations -
Uses of ReactiveClusterOperations in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return ReactiveClusterOperationsModifier and TypeMethodDescriptionReactiveElasticsearchOperations.cluster()return aReactiveClusterOperationsinstance that uses the same client communication setup as this ElasticsearchOperations instance.ReactiveElasticsearchTemplate.cluster() -
Uses of ReactiveClusterOperations in org.springframework.data.elasticsearch.core.cluster
Classes in org.springframework.data.elasticsearch.core.cluster that implement ReactiveClusterOperationsModifier and TypeClassDescriptionclassDefault implementation ofReactiveClusterOperationsusing theReactiveElasticsearchOperations.