Uses of Class
org.apache.pinot.spi.config.table.SegmentPartitionConfig
-
Packages that use SegmentPartitionConfig Package Description org.apache.pinot.spi.config.table org.apache.pinot.spi.utils.builder -
-
Uses of SegmentPartitionConfig in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return SegmentPartitionConfig Modifier and Type Method Description SegmentPartitionConfigIndexingConfig. getSegmentPartitionConfig()Methods in org.apache.pinot.spi.config.table with parameters of type SegmentPartitionConfig Modifier and Type Method Description voidIndexingConfig. setSegmentPartitionConfig(SegmentPartitionConfig segmentPartitionConfig) -
Uses of SegmentPartitionConfig in org.apache.pinot.spi.utils.builder
Methods in org.apache.pinot.spi.utils.builder with parameters of type SegmentPartitionConfig Modifier and Type Method Description TableConfigBuilderTableConfigBuilder. setSegmentPartitionConfig(SegmentPartitionConfig segmentPartitionConfig)
-