Uses of Class
org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.IndexMappingResponse
-
Packages that use IndexMappingResponse Package Description org.dashbuilder.dataprovider.backend.elasticsearch org.dashbuilder.dataprovider.backend.elasticsearch.rest.model -
-
Uses of IndexMappingResponse in org.dashbuilder.dataprovider.backend.elasticsearch
Methods in org.dashbuilder.dataprovider.backend.elasticsearch with parameters of type IndexMappingResponse Modifier and Type Method Description protected Map<String,org.dashbuilder.dataset.DataColumn>ElasticSearchDataSetProvider. parseColumnsFromIndexMappings(IndexMappingResponse[] indexMappings, org.dashbuilder.dataset.def.ElasticSearchDataSetDef def)Parse a given index' field definitions from EL index mappings response. -
Uses of IndexMappingResponse in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model that return IndexMappingResponse Modifier and Type Method Description IndexMappingResponse[]MappingsResponse. getIndexMappings()Constructors in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model with parameters of type IndexMappingResponse Constructor Description MappingsResponse(int status, IndexMappingResponse[] indexMappings)
-