Uses of Class
org.nuxeo.elasticsearch.config.ElasticSearchClientConfig
Packages that use ElasticSearchClientConfig
Package
Description
-
Uses of ElasticSearchClientConfig in org.nuxeo.elasticsearch
Fields in org.nuxeo.elasticsearch declared as ElasticSearchClientConfigModifier and TypeFieldDescriptionprotected ElasticSearchClientConfig
ElasticSearchComponent.clientConfig
Methods in org.nuxeo.elasticsearch with parameters of type ElasticSearchClientConfigModifier and TypeMethodDescriptionprotected ESClient
ElasticSearchChecker.getClient
(ElasticSearchClientConfig config) protected org.opensearch.cluster.health.ClusterHealthStatus
ElasticSearchChecker.getHealthStatus
(ElasticSearchClientConfig config) -
Uses of ElasticSearchClientConfig in org.nuxeo.elasticsearch.api
Methods in org.nuxeo.elasticsearch.api with parameters of type ElasticSearchClientConfigModifier and TypeMethodDescriptionESClientFactory.create
(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig clientConfig) -
Uses of ElasticSearchClientConfig in org.nuxeo.elasticsearch.client
Methods in org.nuxeo.elasticsearch.client with parameters of type ElasticSearchClientConfigModifier and TypeMethodDescriptionESRestClientFactory.create
(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig config) ESTransportClientFactory.create
(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig config) protected ESClient
ESTransportClientFactory.createRemoteClient
(ElasticSearchClientConfig config) protected ESClient
ESRestClientFactory.createRestClient
(ElasticSearchClientConfig config) protected int
ESRestClientFactory.getConnectTimeoutMs
(ElasticSearchClientConfig config) protected org.apache.http.impl.client.BasicCredentialsProvider
ESRestClientFactory.getCredentialProvider
(ElasticSearchClientConfig config) org.opensearch.common.settings.Settings.Builder
ESTransportClientFactory.getSetting
(ElasticSearchClientConfig config) protected int
ESRestClientFactory.getSocketTimeoutMs
(ElasticSearchClientConfig config) protected SSLContext
ESRestClientFactory.getSslContext
(ElasticSearchClientConfig config) -
Uses of ElasticSearchClientConfig in org.nuxeo.elasticsearch.core
Fields in org.nuxeo.elasticsearch.core declared as ElasticSearchClientConfigModifier and TypeFieldDescriptionprotected final ElasticSearchClientConfig
ElasticSearchAdminImpl.clientConfig
Constructors in org.nuxeo.elasticsearch.core with parameters of type ElasticSearchClientConfigModifierConstructorDescriptionElasticSearchAdminImpl
(ElasticSearchEmbeddedServerConfig embeddedServerConfig, ElasticSearchClientConfig clientConfig, Map<String, ElasticSearchIndexConfig> indexConfig, Collection<ESHintQueryBuilderDescriptor> hintDescriptors) Init the admin service, remote configuration if not null will take precedence over local embedded configuration.