Uses of Class
org.springframework.data.elasticsearch.client.ElasticsearchHost
Packages that use ElasticsearchHost
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 ElasticsearchHost in org.springframework.data.elasticsearch.client
Methods in org.springframework.data.elasticsearch.client that return ElasticsearchHostModifier and TypeMethodDescriptionstatic ElasticsearchHostElasticsearchHost.offline(InetSocketAddress host) static ElasticsearchHostElasticsearchHost.online(InetSocketAddress host) Constructor parameters in org.springframework.data.elasticsearch.client with type arguments of type ElasticsearchHostModifierConstructorDescriptionNoReachableHostException(Set<ElasticsearchHost> hosts, Throwable cause) -
Uses of ElasticsearchHost in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return types with arguments of type ElasticsearchHostModifier and TypeMethodDescriptionHostProvider.ClusterInformation.getNodes()ReactiveElasticsearchClient.Status.hosts()Get the collection of known hosts.Constructor parameters in org.springframework.data.elasticsearch.client.erhlc with type arguments of type ElasticsearchHost