Uses of Interface
org.nuxeo.elasticsearch.api.ESClient
Package
Description
-
Uses of ESClient in org.nuxeo.drive.elasticsearch
-
Uses of ESClient in org.nuxeo.elasticsearch
Modifier and TypeMethodDescriptionprotected ESClient
ElasticSearchChecker.getClient
(ElasticSearchClientConfig config) ElasticSearchComponent.getClient()
-
Uses of ESClient in org.nuxeo.elasticsearch.api
Modifier and TypeMethodDescriptionESClientFactory.create
(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig clientConfig) ElasticSearchAdmin.getClient()
Retrieves theClient
that can be used to access Elasticsearch API -
Uses of ESClient in org.nuxeo.elasticsearch.audit
Modifier and TypeMethodDescriptionprotected void
ESAuditBackend.ensureUIDSequencer
(ESClient esClient) Ensures the audit sequence returns an UID greater or equal than the maximum log entry id. -
Uses of ESClient in org.nuxeo.elasticsearch.bulk
-
Uses of ESClient in org.nuxeo.elasticsearch.client
Modifier and TypeMethodDescriptionESRestClientFactory.create
(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig config) ESTransportClientFactory.create
(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig config) protected ESClient
ESTransportClientFactory.createLocalClient
(ElasticSearchEmbeddedNode node) protected ESClient
ESRestClientFactory.createLocalRestClient
(ElasticSearchEmbeddedNode node) protected ESClient
ESTransportClientFactory.createRemoteClient
(ElasticSearchClientConfig config) protected ESClient
ESRestClientFactory.createRestClient
(ElasticSearchClientConfig config) -
Uses of ESClient in org.nuxeo.elasticsearch.core
Modifier and TypeMethodDescriptionprotected ESClient
ElasticSearchAdminImpl.createClient
(ElasticSearchEmbeddedNode node) ElasticSearchAdminImpl.getClient()
-
Uses of ESClient in org.nuxeo.elasticsearch.seqgen