Uses of Interface
org.nuxeo.elasticsearch.api.ESClient
Packages that use ESClient
Package
Description
-
Uses of ESClient in org.nuxeo.drive.elasticsearch
Methods in org.nuxeo.drive.elasticsearch that return ESClient -
Uses of ESClient in org.nuxeo.elasticsearch
Methods in org.nuxeo.elasticsearch that return ESClientModifier and TypeMethodDescriptionprotected ESClient
ElasticSearchChecker.getClient
(ElasticSearchClientConfig config) ElasticSearchComponent.getClient()
-
Uses of ESClient in org.nuxeo.elasticsearch.api
Methods in org.nuxeo.elasticsearch.api that return ESClientModifier 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
Fields in org.nuxeo.elasticsearch.audit declared as ESClientMethods in org.nuxeo.elasticsearch.audit that return ESClientMethods in org.nuxeo.elasticsearch.audit with parameters of type ESClientModifier 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
Methods in org.nuxeo.elasticsearch.bulk that return ESClient -
Uses of ESClient in org.nuxeo.elasticsearch.client
Classes in org.nuxeo.elasticsearch.client that implement ESClientMethods in org.nuxeo.elasticsearch.client that return ESClientModifier 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
Fields in org.nuxeo.elasticsearch.core declared as ESClientMethods in org.nuxeo.elasticsearch.core that return ESClientModifier and TypeMethodDescriptionprotected ESClient
ElasticSearchAdminImpl.createClient
(ElasticSearchEmbeddedNode node) ElasticSearchAdminImpl.getClient()
-
Uses of ESClient in org.nuxeo.elasticsearch.seqgen
Fields in org.nuxeo.elasticsearch.seqgen declared as ESClient