Uses of Class
org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.FieldMappingResponse.IndexType
-
Packages that use FieldMappingResponse.IndexType Package Description org.dashbuilder.dataprovider.backend.elasticsearch org.dashbuilder.dataprovider.backend.elasticsearch.rest.model -
-
Uses of FieldMappingResponse.IndexType in org.dashbuilder.dataprovider.backend.elasticsearch
Methods in org.dashbuilder.dataprovider.backend.elasticsearch with parameters of type FieldMappingResponse.IndexType Modifier and Type Method Description protected org.dashbuilder.dataset.ColumnTypeElasticSearchDataSetProvider. getDataType(FieldMappingResponse.FieldType fieldType, FieldMappingResponse.IndexType indexType)Return the dashbuilder data type for a given ElasticSearch field type.protected org.dashbuilder.dataset.DataColumnElasticSearchDataSetProvider. parseColumnFromIndexMappings(org.dashbuilder.dataset.def.ElasticSearchDataSetDef def, String indexName, String typeName, String fieldName, String format, FieldMappingResponse.FieldType fieldType, FieldMappingResponse.IndexType indexType) -
Uses of FieldMappingResponse.IndexType in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model that return FieldMappingResponse.IndexType Modifier and Type Method Description FieldMappingResponse.IndexTypeFieldMappingResponse. getIndexType()FieldMappingResponse.IndexTypeMultiFieldMappingResponse. getIndexType()static FieldMappingResponse.IndexTypeFieldMappingResponse.IndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldMappingResponse.IndexType[]FieldMappingResponse.IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model with parameters of type FieldMappingResponse.IndexType Constructor Description FieldMappingResponse(String name, FieldMappingResponse.FieldType dataType, FieldMappingResponse.IndexType indexType)FieldMappingResponse(String name, FieldMappingResponse.FieldType dataType, FieldMappingResponse.IndexType indexType, String format)FieldMappingResponse(String name, FieldMappingResponse.FieldType dataType, FieldMappingResponse.IndexType indexType, String format, MultiFieldMappingResponse[] multiFields)MultiFieldMappingResponse(String name, FieldMappingResponse.FieldType fieldType, FieldMappingResponse.IndexType indexType)
-