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 ESClientESAuditChangeFinder. getClient() -
Uses of ESClient in org.nuxeo.elasticsearch
Methods in org.nuxeo.elasticsearch that return ESClient Modifier and Type Method Description protected ESClientElasticSearchChecker. getClient(ElasticSearchClientConfig config)ESClientElasticSearchComponent. getClient() -
Uses of ESClient in org.nuxeo.elasticsearch.api
Methods in org.nuxeo.elasticsearch.api that return ESClient Modifier and Type Method Description ESClientESClientFactory. create(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig clientConfig)ESClientElasticSearchAdmin. getClient()Retrieves theClientthat 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 ESClientESAuditBackend. esClientMethods in org.nuxeo.elasticsearch.audit that return ESClient Modifier and Type Method Description protected ESClientESAuditBackend. getClient()Methods in org.nuxeo.elasticsearch.audit with parameters of type ESClient Modifier and Type Method Description protected voidESAuditBackend. 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 ESClientBulkIndexComputation. getESClient() -
Uses of ESClient in org.nuxeo.elasticsearch.client
Classes in org.nuxeo.elasticsearch.client that implement ESClient Modifier and Type Class Description classESRestClientclassESTransportClientMethods in org.nuxeo.elasticsearch.client that return ESClient Modifier and Type Method Description ESClientESRestClientFactory. create(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig config)ESClientESTransportClientFactory. create(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig config)protected ESClientESTransportClientFactory. createLocalClient(ElasticSearchEmbeddedNode node)protected ESClientESRestClientFactory. createLocalRestClient(ElasticSearchEmbeddedNode node)protected ESClientESTransportClientFactory. createRemoteClient(ElasticSearchClientConfig config)protected ESClientESRestClientFactory. 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 ESClientElasticSearchAdminImpl. clientMethods in org.nuxeo.elasticsearch.core that return ESClient Modifier and Type Method Description protected ESClientElasticSearchAdminImpl. createClient(ElasticSearchEmbeddedNode node)ESClientElasticSearchAdminImpl. getClient() -
Uses of ESClient in org.nuxeo.elasticsearch.seqgen
Fields in org.nuxeo.elasticsearch.seqgen declared as ESClient Modifier and Type Field Description protected ESClientESUIDSequencer. esClient
-