Uses of Interface
org.springframework.data.elasticsearch.client.erhlc.HostProvider
Packages that use HostProvider
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 in org.springframework.data.elasticsearch.client.erhlc
Classes in org.springframework.data.elasticsearch.client.erhlc with type parameters of type HostProviderModifier and TypeInterfaceDescriptioninterfaceHostProvider<T extends HostProvider<T>>Deprecated.since 5.0Methods in org.springframework.data.elasticsearch.client.erhlc that return HostProviderModifier and TypeMethodDescriptionstatic HostProvider<?>HostProvider.provider(WebClientProvider clientProvider, Supplier<HttpHeaders> headersSupplier, InetSocketAddress... endpoints) Deprecated.Create a newHostProviderbest suited for the givenWebClientProviderand number of hosts.Constructors in org.springframework.data.elasticsearch.client.erhlc with parameters of type HostProviderModifierConstructorDescriptionDefaultReactiveElasticsearchClient(HostProvider<?> hostProvider) Deprecated.Create a newDefaultReactiveElasticsearchClientusing the givenHostProviderto obtain server connections.DefaultReactiveElasticsearchClient(HostProvider<?> hostProvider, RequestCreator requestCreator) Deprecated.Create a newDefaultReactiveElasticsearchClientusing the givenHostProviderto obtain server connections and the givenRequestCreator.