Uses of Class
org.apache.pinot.spi.config.table.StarTreeIndexConfig
-
Packages that use StarTreeIndexConfig Package Description org.apache.pinot.spi.config.table org.apache.pinot.spi.utils.builder -
-
Uses of StarTreeIndexConfig in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return types with arguments of type StarTreeIndexConfig Modifier and Type Method Description List<StarTreeIndexConfig>IndexingConfig. getStarTreeIndexConfigs()Method parameters in org.apache.pinot.spi.config.table with type arguments of type StarTreeIndexConfig Modifier and Type Method Description voidIndexingConfig. setStarTreeIndexConfigs(List<StarTreeIndexConfig> starTreeIndexConfigs) -
Uses of StarTreeIndexConfig in org.apache.pinot.spi.utils.builder
Method parameters in org.apache.pinot.spi.utils.builder with type arguments of type StarTreeIndexConfig Modifier and Type Method Description TableConfigBuilderTableConfigBuilder. setStarTreeIndexConfigs(List<StarTreeIndexConfig> starTreeIndexConfigs)
-