| Interface | Description |
|---|---|
| ClientConfiguration |
Configuration interface exposing common client configuration properties for Elasticsearch clients.
|
| ClientConfiguration.ClientConfigurationBuilderWithRequiredEndpoint | |
| ClientConfiguration.ClientConfigurationCallback<T> |
Callback to be executed to configure a client.
|
| ClientConfiguration.MaybeSecureClientConfigurationBuilder | |
| ClientConfiguration.TerminalClientConfigurationBuilder | |
| RestClients.ElasticsearchRestClient | |
| RestClients.RestClientConfigurationCallback |
ClientConfiguration.ClientConfigurationCallback to configure
the RestClient with a HttpAsyncClientBuilder |
| Class | Description |
|---|---|
| ClientLogger |
Logging Utility to log client requests and responses.
|
| ElasticsearchHost |
Value Object containing information about Elasticsearch cluster nodes.
|
| RestClientFactoryBean |
RestClientFactoryBean
|
| RestClients |
Utility class for common access to Elasticsearch clients.
|
| Enum | Description |
|---|---|
| ElasticsearchHost.State |
| Exception | Description |
|---|---|
| NoReachableHostException |
RuntimeException to be emitted / thrown when the cluster is down (aka none of the known nodes is reachable). |
| UnsupportedBackendOperation |
Exception to be thrown by a backend implementation on operations that are not supported for that backend.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.