Uses of Class
org.dashbuilder.dataprovider.backend.elasticsearch.ElasticSearchValueTypeMapper
-
-
Uses of ElasticSearchValueTypeMapper in org.dashbuilder.dataprovider.backend.elasticsearch
Fields in org.dashbuilder.dataprovider.backend.elasticsearch declared as ElasticSearchValueTypeMapper Modifier and Type Field Description protected ElasticSearchValueTypeMapperElasticSearchDataSetProvider. typeMapperprotected ElasticSearchValueTypeMapperElasticSearchQueryBuilderFactory. typeMapperConstructors in org.dashbuilder.dataprovider.backend.elasticsearch with parameters of type ElasticSearchValueTypeMapper Constructor Description ElasticSearchClientFactory(ElasticSearchValueTypeMapper valueTypeMapper, org.dashbuilder.dataset.IntervalBuilderDynamicDate intervalBuilderDynamicDate, ElasticSearchUtils utils)ElasticSearchQueryBuilderFactory(ElasticSearchValueTypeMapper typeMapper, ElasticSearchUtils utils) -
Uses of ElasticSearchValueTypeMapper in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl
Fields in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl declared as ElasticSearchValueTypeMapper Modifier and Type Field Description protected ElasticSearchValueTypeMapperElasticSearchQueryBuilderImpl. valueTypeMapperConstructors in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl with parameters of type ElasticSearchValueTypeMapper Constructor Description ElasticSearchNativeClient(ElasticSearchClientFactory clientFactory, ElasticSearchValueTypeMapper valueTypeMapper, org.dashbuilder.dataset.IntervalBuilderDynamicDate intervalBuilderDynamicDate, ElasticSearchUtils utils)ElasticSearchQueryBuilderImpl(ElasticSearchValueTypeMapper valueTypeMapper, ElasticSearchUtils utils)NativeClientResponseParser(ElasticSearchValueTypeMapper valueTypeMapper) -
Uses of ElasticSearchValueTypeMapper in org.dashbuilder.dataprovider.backend.elasticsearch.rest.util
Fields in org.dashbuilder.dataprovider.backend.elasticsearch.rest.util declared as ElasticSearchValueTypeMapper Modifier and Type Field Description protected ElasticSearchValueTypeMapperElasticSearchUtils. valueTypeMapperConstructors in org.dashbuilder.dataprovider.backend.elasticsearch.rest.util with parameters of type ElasticSearchValueTypeMapper Constructor Description ElasticSearchUtils(ElasticSearchValueTypeMapper valueTypeMapper)
-