Uses of Enum Class
org.springframework.data.elasticsearch.client.erhlc.HostProvider.Verification
Packages that use HostProvider.Verification
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.Verification in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return HostProvider.VerificationModifier and TypeMethodDescriptionstatic HostProvider.VerificationReturns the enum constant of this class with the specified name.static HostProvider.Verification[]HostProvider.Verification.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.elasticsearch.client.erhlc with parameters of type HostProvider.VerificationModifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<WebClient>HostProvider.getActive(HostProvider.Verification verification) Deprecated.Get theWebClientconnecting to an active host.default reactor.core.publisher.Mono<WebClient>HostProvider.getWebClient(HostProvider.Verification verification) Deprecated.Get theWebClientconnecting to an active host.reactor.core.publisher.Mono<InetSocketAddress>HostProvider.lookupActiveHost(HostProvider.Verification verification) Deprecated.Lookup an active host in using the givenHostProvider.Verification.