Uses of Interface
org.springframework.data.elasticsearch.client.erhlc.ReactiveElasticsearchClient
Packages that use ReactiveElasticsearchClient
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 ReactiveElasticsearchClient in org.springframework.data.elasticsearch.client.erhlc
Classes in org.springframework.data.elasticsearch.client.erhlc that implement ReactiveElasticsearchClientMethods in org.springframework.data.elasticsearch.client.erhlc that return ReactiveElasticsearchClientModifier and TypeMethodDescriptionstatic ReactiveElasticsearchClientDefaultReactiveElasticsearchClient.create(ClientConfiguration clientConfiguration) Deprecated.Create a newDefaultReactiveElasticsearchClientgivenClientConfiguration.static ReactiveElasticsearchClientDefaultReactiveElasticsearchClient.create(ClientConfiguration clientConfiguration, RequestCreator requestCreator) Deprecated.static ReactiveElasticsearchClientDefaultReactiveElasticsearchClient.create(HttpHeaders headers, String... hosts) Deprecated.Create a newDefaultReactiveElasticsearchClientaware of the given nodes in the cluster.static ReactiveElasticsearchClientReactiveRestClients.create(ClientConfiguration clientConfiguration) Deprecated.Start here to create a new client tailored to your needs.static ReactiveElasticsearchClientReactiveRestClients.create(ClientConfiguration clientConfiguration, RequestCreator requestCreator) Deprecated.Start here to create a new client tailored to your needs.protected ReactiveElasticsearchClientReactiveElasticsearchTemplate.getClient()Deprecated.Obtain theReactiveElasticsearchClientto operate upon.abstract ReactiveElasticsearchClientAbstractReactiveElasticsearchConfiguration.reactiveElasticsearchClient()Deprecated.Return theReactiveElasticsearchClientinstance used to connect to the cluster.Methods in org.springframework.data.elasticsearch.client.erhlc with parameters of type ReactiveElasticsearchClientModifier and TypeMethodDescriptionAbstractReactiveElasticsearchConfiguration.reactiveElasticsearchTemplate(ElasticsearchConverter elasticsearchConverter, ReactiveElasticsearchClient reactiveElasticsearchClient) Deprecated.CreatesReactiveElasticsearchOperations.Constructors in org.springframework.data.elasticsearch.client.erhlc with parameters of type ReactiveElasticsearchClientModifierConstructorDescriptionDeprecated.ReactiveElasticsearchTemplate(ReactiveElasticsearchClient client, ElasticsearchConverter converter) Deprecated. -
Uses of ReactiveElasticsearchClient in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core with parameters of type ReactiveElasticsearchClientModifier and TypeMethodDescriptionReactiveElasticsearchOperations.ClientCallback.doWithClient(ReactiveElasticsearchClient client)