Uses of Class
org.apache.pinot.spi.config.table.TunerConfig
-
Packages that use TunerConfig Package Description org.apache.pinot.spi.config.table org.apache.pinot.spi.utils.builder -
-
Uses of TunerConfig in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return types with arguments of type TunerConfig Modifier and Type Method Description List<TunerConfig>TableConfig. getTunerConfigsList()Method parameters in org.apache.pinot.spi.config.table with type arguments of type TunerConfig Modifier and Type Method Description voidTableConfig. setTunerConfigsList(List<TunerConfig> tunerConfigList) -
Uses of TunerConfig in org.apache.pinot.spi.utils.builder
Method parameters in org.apache.pinot.spi.utils.builder with type arguments of type TunerConfig Modifier and Type Method Description TableConfigBuilderTableConfigBuilder. setTunerConfigList(List<TunerConfig> tunerConfigList)
-