Index
All Classes and Interfaces|All Packages
C
- createContributor(Map) - Method in class org.springframework.boot.elasticsearch.autoconfigure.health.ElasticsearchRestHealthContributorAutoConfiguration
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.elasticsearch.autoconfigure.health.ElasticsearchRestHealthContributorAutoConfiguration
- createIndicator(Rest5Client) - Method in class org.springframework.boot.elasticsearch.autoconfigure.health.ElasticsearchRestHealthContributorAutoConfiguration
- customize(Rest5ClientBuilder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
-
Customize the
Rest5ClientBuilder. - customize(ConnectionConfig.Builder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
-
Customize the
ConnectionConfig.Builder. - customize(RequestConfig.Builder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
-
Customize the
RequestConfig.Builder. - customize(HttpAsyncClientBuilder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
-
Customize the
HttpAsyncClientBuilder. - customize(PoolingAsyncClientConnectionManagerBuilder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
-
Customize the
PoolingAsyncClientConnectionManagerBuilder.
D
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.elasticsearch.health.ElasticsearchRestClientHealthIndicator
E
- ElasticsearchClientAutoConfiguration - Class in org.springframework.boot.elasticsearch.autoconfigure
-
Auto-configurationfor Elasticsearch's Java client. - ElasticsearchClientAutoConfiguration() - Constructor for class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchClientAutoConfiguration
- ElasticsearchConnectionDetails - Interface in org.springframework.boot.elasticsearch.autoconfigure
-
Details required to establish a connection to an Elasticsearch service.
- ElasticsearchConnectionDetails.Node - Record Class in org.springframework.boot.elasticsearch.autoconfigure
-
An Elasticsearch node.
- ElasticsearchConnectionDetails.Node.Protocol - Enum Class in org.springframework.boot.elasticsearch.autoconfigure
-
Connection protocol.
- ElasticsearchProperties - Class in org.springframework.boot.elasticsearch.autoconfigure
-
Configuration properties for Elasticsearch.
- ElasticsearchProperties() - Constructor for class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- ElasticsearchProperties.Restclient - Class in org.springframework.boot.elasticsearch.autoconfigure
- ElasticsearchProperties.Restclient.Sniffer - Class in org.springframework.boot.elasticsearch.autoconfigure
- ElasticsearchProperties.Restclient.Ssl - Class in org.springframework.boot.elasticsearch.autoconfigure
- ElasticsearchRestClientAutoConfiguration - Class in org.springframework.boot.elasticsearch.autoconfigure
-
Auto-configurationfor Elasticsearch REST clients. - ElasticsearchRestClientAutoConfiguration() - Constructor for class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchRestClientAutoConfiguration
- ElasticsearchRestClientHealthIndicator - Class in org.springframework.boot.elasticsearch.health
-
HealthIndicatorfor an Elasticsearch cluster using aRest5Client. - ElasticsearchRestClientHealthIndicator(Rest5Client) - Constructor for class org.springframework.boot.elasticsearch.health.ElasticsearchRestClientHealthIndicator
- ElasticsearchRestHealthContributorAutoConfiguration - Class in org.springframework.boot.elasticsearch.autoconfigure.health
-
Auto-configurationforElasticsearchRestClientHealthIndicator. - equals(Object) - Method in record class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node
-
Indicates whether some other object is "equal to" this one.
G
- getApiKey() - Method in interface org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails
-
APIKey for authentication with Elasticsearch.
- getApiKey() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- getBundle() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties.Restclient.Ssl
- getConnectionTimeout() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- getDelayAfterFailure() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties.Restclient.Sniffer
- getInterval() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties.Restclient.Sniffer
- getNodes() - Method in interface org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails
-
List of the Elasticsearch nodes to use.
- getPassword() - Method in interface org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails
-
Password for authentication with Elasticsearch.
- getPassword() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- getPathPrefix() - Method in interface org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails
-
Prefix added to the path of every request sent to Elasticsearch.
- getPathPrefix() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- getRestclient() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- getSniffer() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties.Restclient
- getSocketTimeout() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- getSsl() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties.Restclient
- getSslBundle() - Method in interface org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails
-
SSL bundle to use.
- getUris() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- getUsername() - Method in interface org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails
-
Username for authentication with Elasticsearch.
- getUsername() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
H
- hashCode() - Method in record class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node
-
Returns a hash code value for this object.
- hostname() - Method in record class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node
-
Returns the value of the
hostnamerecord component. - HTTP - Enum constant in enum class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node.Protocol
-
HTTP.
- HTTPS - Enum constant in enum class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node.Protocol
-
HTTPS.
I
- isEnabled() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties.Restclient.Sniffer
- isSocketKeepAlive() - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
N
- Node(String, int, ElasticsearchConnectionDetails.Node.Protocol) - Constructor for record class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node
- Node(String, int, ElasticsearchConnectionDetails.Node.Protocol, String, String) - Constructor for record class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node
-
Creates an instance of a
Noderecord class.
O
- org.springframework.boot.elasticsearch.autoconfigure - package org.springframework.boot.elasticsearch.autoconfigure
-
Auto-configuration for Elasticsearch client.
- org.springframework.boot.elasticsearch.autoconfigure.health - package org.springframework.boot.elasticsearch.autoconfigure.health
-
Auto-configuration for Elasticsearch health.
- org.springframework.boot.elasticsearch.health - package org.springframework.boot.elasticsearch.health
-
Health integration for Elasticsearch.
P
- password() - Method in record class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node
-
Returns the value of the
passwordrecord component. - port() - Method in record class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node
-
Returns the value of the
portrecord component. - protocol() - Method in record class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node
-
Returns the value of the
protocolrecord component.
R
- Rest5ClientBuilderCustomizer - Interface in org.springframework.boot.elasticsearch.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
Rest5ClientBuilderto fine-tune its auto-configuration before it creates aRest5Client. - Restclient() - Constructor for class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties.Restclient
S
- setApiKey(String) - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- setBundle(String) - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties.Restclient.Ssl
- setConnectionTimeout(Duration) - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- setDelayAfterFailure(Duration) - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties.Restclient.Sniffer
- setEnabled(boolean) - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties.Restclient.Sniffer
- setInterval(Duration) - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties.Restclient.Sniffer
- setPassword(String) - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- setPathPrefix(String) - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- setSocketKeepAlive(boolean) - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- setSocketTimeout(Duration) - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- setUris(List) - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- setUsername(String) - Method in class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
- Sniffer() - Constructor for class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties.Restclient.Sniffer
- Ssl() - Constructor for class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties.Restclient.Ssl
T
- toString() - Method in record class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node
-
Returns a string representation of this record class.
U
- username() - Method in record class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node
-
Returns the value of the
usernamerecord component.
V
- valueOf(String) - Static method in enum class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node.Protocol
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchConnectionDetails.Node.Protocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages