Uses of Class
org.springframework.data.elasticsearch.client.ElasticsearchHost
Packages that use ElasticsearchHost
Package
Description
-
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.reactive
Methods in org.springframework.data.elasticsearch.client.reactive 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.reactive with type arguments of type ElasticsearchHost