Uses of Interface
org.nuxeo.elasticsearch.api.ESClient
-
-
Uses of ESClient in org.nuxeo.drive.elasticsearch
Methods in org.nuxeo.drive.elasticsearch that return ESClient Modifier and Type Method Description protected ESClient
ESAuditChangeFinder. getClient()
-
Uses of ESClient in org.nuxeo.elasticsearch
Methods in org.nuxeo.elasticsearch that return ESClient Modifier and Type Method Description protected ESClient
ElasticSearchChecker. getClient(ElasticSearchClientConfig config)
ESClient
ElasticSearchComponent. getClient()
-
Uses of ESClient in org.nuxeo.elasticsearch.api
Methods in org.nuxeo.elasticsearch.api that return ESClient Modifier and Type Method Description ESClient
ESClientFactory. create(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig clientConfig)
ESClient
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 ESClient Modifier and Type Field Description protected ESClient
ESAuditBackend. esClient
Methods in org.nuxeo.elasticsearch.audit that return ESClient Modifier and Type Method Description protected ESClient
ESAuditBackend. getClient()
Methods in org.nuxeo.elasticsearch.audit with parameters of type ESClient Modifier and Type Method Description protected 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 Modifier and Type Method Description protected ESClient
BulkIndexComputation. getESClient()
-
Uses of ESClient in org.nuxeo.elasticsearch.client
Classes in org.nuxeo.elasticsearch.client that implement ESClient Modifier and Type Class Description class
ESRestClient
class
ESTransportClient
Methods in org.nuxeo.elasticsearch.client that return ESClient Modifier and Type Method Description ESClient
ESRestClientFactory. create(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig config)
ESClient
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 ESClient Modifier and Type Field Description protected ESClient
ElasticSearchAdminImpl. client
Methods in org.nuxeo.elasticsearch.core that return ESClient Modifier and Type Method Description protected ESClient
ElasticSearchAdminImpl. createClient(ElasticSearchEmbeddedNode node)
ESClient
ElasticSearchAdminImpl. getClient()
-
Uses of ESClient in org.nuxeo.elasticsearch.seqgen
Fields in org.nuxeo.elasticsearch.seqgen declared as ESClient Modifier and Type Field Description protected ESClient
ESUIDSequencer. esClient
-