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 ElasticSearchClientConfigElasticSearchComponent. clientConfigMethods in org.nuxeo.elasticsearch with parameters of type ElasticSearchClientConfig Modifier and Type Method Description protected ESClientElasticSearchChecker. getClient(ElasticSearchClientConfig config)protected org.elasticsearch.cluster.health.ClusterHealthStatusElasticSearchChecker. 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 ESClientESClientFactory. 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 ESClientESRestClientFactory. create(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig config)ESClientESTransportClientFactory. create(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig config)protected ESClientESTransportClientFactory. createRemoteClient(ElasticSearchClientConfig config)protected ESClientESRestClientFactory. createRestClient(ElasticSearchClientConfig config)protected intESRestClientFactory. getConnectTimeoutMs(ElasticSearchClientConfig config)protected org.apache.http.impl.client.BasicCredentialsProviderESRestClientFactory. getCredentialProvider(ElasticSearchClientConfig config)org.elasticsearch.common.settings.Settings.BuilderESTransportClientFactory. getSetting(ElasticSearchClientConfig config)protected intESRestClientFactory. getSocketTimeoutMs(ElasticSearchClientConfig config)protected SSLContextESRestClientFactory. 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 ElasticSearchClientConfigElasticSearchAdminImpl. clientConfigConstructors 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.
-