Uses of Class
org.apache.pinot.spi.config.table.TierConfig
-
Packages that use TierConfig Package Description org.apache.pinot.spi.config.table org.apache.pinot.spi.utils.builder -
-
Uses of TierConfig in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return types with arguments of type TierConfig Modifier and Type Method Description List<TierConfig>TableConfig. getTierConfigsList()Method parameters in org.apache.pinot.spi.config.table with type arguments of type TierConfig Modifier and Type Method Description voidTableConfig. setTierConfigsList(List<TierConfig> tierConfigsList) -
Uses of TierConfig in org.apache.pinot.spi.utils.builder
Method parameters in org.apache.pinot.spi.utils.builder with type arguments of type TierConfig Modifier and Type Method Description TableConfigBuilderTableConfigBuilder. setTierConfigList(List<TierConfig> tierConfigList)
-