Uses of Class
org.nuxeo.elasticsearch.config.ElasticSearchClientConfig
-
Packages that use ElasticSearchClientConfig Package Description org.nuxeo.elasticsearch org.nuxeo.elasticsearch.api org.nuxeo.elasticsearch.client org.nuxeo.elasticsearch.core -
-
Uses of ElasticSearchClientConfig in org.nuxeo.elasticsearch
Fields in org.nuxeo.elasticsearch declared as ElasticSearchClientConfig Modifier and Type Field Description protected ElasticSearchClientConfig
ElasticSearchComponent. clientConfig
Methods in org.nuxeo.elasticsearch with parameters of type ElasticSearchClientConfig Modifier and Type Method Description protected ESClient
ElasticSearchChecker. getClient(ElasticSearchClientConfig config)
protected org.elasticsearch.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 ElasticSearchClientConfig Modifier and Type Method Description ESClient
ESClientFactory. create(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig clientConfig)
-
Uses of ElasticSearchClientConfig in org.nuxeo.elasticsearch.client
Methods in org.nuxeo.elasticsearch.client with parameters of type ElasticSearchClientConfig Modifier and Type Method Description ESClient
ESRestClientFactory. create(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig config)
ESClient
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.elasticsearch.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 ElasticSearchClientConfig Modifier and Type Field Description protected ElasticSearchClientConfig
ElasticSearchAdminImpl. clientConfig
Constructors in org.nuxeo.elasticsearch.core with parameters of type ElasticSearchClientConfig Constructor Description ElasticSearchAdminImpl(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.
-