Uses of Class
org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.FieldMappingResponse.FieldType
-
Packages that use FieldMappingResponse.FieldType Package Description org.dashbuilder.dataprovider.backend.elasticsearch org.dashbuilder.dataprovider.backend.elasticsearch.rest.model -
-
Uses of FieldMappingResponse.FieldType in org.dashbuilder.dataprovider.backend.elasticsearch
Methods in org.dashbuilder.dataprovider.backend.elasticsearch with parameters of type FieldMappingResponse.FieldType 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.FieldType in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model that return FieldMappingResponse.FieldType Modifier and Type Method Description FieldMappingResponse.FieldTypeFieldMappingResponse. getDataType()FieldMappingResponse.FieldTypeMultiFieldMappingResponse. getDataType()static FieldMappingResponse.FieldTypeFieldMappingResponse.FieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldMappingResponse.FieldType[]FieldMappingResponse.FieldType. 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.FieldType 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)
-