Uses of Class
org.springframework.data.elasticsearch.client.erhlc.HostProvider.ClusterInformation
Packages that use HostProvider.ClusterInformation
Package
Description
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 HostProvider.ClusterInformation in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return types with arguments of type HostProvider.ClusterInformationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<HostProvider.ClusterInformation>
HostProvider.clusterInfo()
Deprecated.Obtain information about known cluster nodes.