Uses of Interface
org.dashbuilder.dataprovider.backend.elasticsearch.rest.ElasticSearchClient
-
-
Uses of ElasticSearchClient in org.dashbuilder.dataprovider.backend.elasticsearch
Fields in org.dashbuilder.dataprovider.backend.elasticsearch with type parameters of type ElasticSearchClient Modifier and Type Field Description protected Map<String,ElasticSearchClient>ElasticSearchDataSetProvider. _clientsMapSingleton clients for each data set definition..Methods in org.dashbuilder.dataprovider.backend.elasticsearch that return ElasticSearchClient Modifier and Type Method Description ElasticSearchClientElasticSearchClientFactory. newClient(org.dashbuilder.dataset.def.ElasticSearchDataSetDef elasticSearchDataSetDef) -
Uses of ElasticSearchClient in org.dashbuilder.dataprovider.backend.elasticsearch.rest
Classes in org.dashbuilder.dataprovider.backend.elasticsearch.rest with type parameters of type ElasticSearchClient Modifier and Type Interface Description interfaceElasticSearchClient<T extends ElasticSearchClient>This is the contract for a JBoss Dashbuilder REST client for ElasticSearch servers. -
Uses of ElasticSearchClient in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl
Classes in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl that implement ElasticSearchClient Modifier and Type Class Description classElasticSearchNativeClientThe Dashbuilder's client implementation for the ElasticSearch data provider. -
Uses of ElasticSearchClient in org.dashbuilder.dataprovider.backend.elasticsearch.rest.util
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.util with parameters of type ElasticSearchClient Modifier and Type Method Description Date[]ElasticSearchUtils. calculateDateLimits(ElasticSearchClient client, org.dashbuilder.dataset.DataSetMetadata metadata, String dateColumnId, Query query)Obtain the minimum date and maximum date values for the given column with identifierdateColumnId.
-