Uses of Class
org.apache.pinot.spi.config.table.assignment.SegmentAssignmentConfig
-
Packages that use SegmentAssignmentConfig Package Description org.apache.pinot.spi.config.table org.apache.pinot.spi.utils.builder -
-
Uses of SegmentAssignmentConfig in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return types with arguments of type SegmentAssignmentConfig Modifier and Type Method Description Map<String,SegmentAssignmentConfig>TableConfig. getSegmentAssignmentConfigMap()Method parameters in org.apache.pinot.spi.config.table with type arguments of type SegmentAssignmentConfig Modifier and Type Method Description voidTableConfig. setSegmentAssignmentConfigMap(Map<String,SegmentAssignmentConfig> segmentAssignmentConfigMap) -
Uses of SegmentAssignmentConfig in org.apache.pinot.spi.utils.builder
Method parameters in org.apache.pinot.spi.utils.builder with type arguments of type SegmentAssignmentConfig Modifier and Type Method Description TableConfigBuilderTableConfigBuilder. setSegmentAssignmentConfigMap(Map<String,SegmentAssignmentConfig> segmentAssignmentConfigMap)
-