| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.client | |
| org.springframework.data.elasticsearch.client.reactive |
Everything required for a Reactive Elasticsearch client.
|
| Modifier and Type | Method and Description |
|---|---|
ClientConfiguration |
ClientConfiguration.TerminalClientConfigurationBuilder.build()
Build the
ClientConfiguration object. |
static ClientConfiguration |
ClientConfiguration.create(InetSocketAddress socketAddress)
Creates a new
ClientConfiguration instance configured to a single host given InetSocketAddress. |
static ClientConfiguration |
ClientConfiguration.create(String hostAndPort)
Creates a new
ClientConfiguration instance configured to a single host given hostAndPort. |
static ClientConfiguration |
ClientConfiguration.localhost()
Creates a new
ClientConfiguration instance configured to localhost. |
| Modifier and Type | Method and Description |
|---|---|
static RestClients.ElasticsearchRestClient |
RestClients.create(ClientConfiguration clientConfiguration)
Start here to create a new client tailored to your needs.
|
| Modifier and Type | Method and Description |
|---|---|
static ReactiveElasticsearchClient |
ReactiveRestClients.create(ClientConfiguration clientConfiguration)
Start here to create a new client tailored to your needs.
|
static ReactiveElasticsearchClient |
DefaultReactiveElasticsearchClient.create(ClientConfiguration clientConfiguration)
Create a new
DefaultReactiveElasticsearchClient given ClientConfiguration. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.