Uses of Class
org.apache.pinot.spi.config.table.FieldConfig
-
Packages that use FieldConfig Package Description org.apache.pinot.spi.config.table org.apache.pinot.spi.utils.builder -
-
Uses of FieldConfig in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return types with arguments of type FieldConfig Modifier and Type Method Description List<FieldConfig>TableConfig. getFieldConfigList()Method parameters in org.apache.pinot.spi.config.table with type arguments of type FieldConfig Modifier and Type Method Description voidTableConfig. setFieldConfigList(List<FieldConfig> fieldConfigList)Constructor parameters in org.apache.pinot.spi.config.table with type arguments of type FieldConfig Constructor Description TableConfig(String tableName, String tableType, SegmentsValidationAndRetentionConfig validationConfig, TenantConfig tenantConfig, IndexingConfig indexingConfig, TableCustomConfig customConfig, QuotaConfig quotaConfig, TableTaskConfig taskConfig, RoutingConfig routingConfig, QueryConfig queryConfig, Map<InstancePartitionsType,InstanceAssignmentConfig> instanceAssignmentConfigMap, List<FieldConfig> fieldConfigList, UpsertConfig upsertConfig, DedupConfig dedupConfig, DimensionTableConfig dimensionTableConfig, IngestionConfig ingestionConfig, List<TierConfig> tierConfigsList, boolean dimTable, List<TunerConfig> tunerConfigList, Map<InstancePartitionsType,String> instancePartitionsMap, Map<String,SegmentAssignmentConfig> segmentAssignmentConfigMap) -
Uses of FieldConfig in org.apache.pinot.spi.utils.builder
Method parameters in org.apache.pinot.spi.utils.builder with type arguments of type FieldConfig Modifier and Type Method Description TableConfigBuilderTableConfigBuilder. setFieldConfigList(List<FieldConfig> fieldConfigList)
-