Uses of Class
org.apache.pinot.broker.routing.segmentpartition.SegmentPartitionInfo
-
Packages that use SegmentPartitionInfo Package Description org.apache.pinot.broker.routing.segmentpartition -
-
Uses of SegmentPartitionInfo in org.apache.pinot.broker.routing.segmentpartition
Fields in org.apache.pinot.broker.routing.segmentpartition declared as SegmentPartitionInfo Modifier and Type Field Description static SegmentPartitionInfoSegmentPartitionUtils. INVALID_PARTITION_INFOFields in org.apache.pinot.broker.routing.segmentpartition with type parameters of type SegmentPartitionInfo Modifier and Type Field Description static Map<String,SegmentPartitionInfo>SegmentPartitionUtils. INVALID_COLUMN_PARTITION_INFO_MAPMethods in org.apache.pinot.broker.routing.segmentpartition that return SegmentPartitionInfo Modifier and Type Method Description static SegmentPartitionInfoSegmentPartitionUtils. extractPartitionInfo(String tableNameWithType, String partitionColumn, String segment, org.apache.helix.zookeeper.datamodel.ZNRecord znRecord)Returns the partition info for a given segment with single partition column.Methods in org.apache.pinot.broker.routing.segmentpartition that return types with arguments of type SegmentPartitionInfo Modifier and Type Method Description static Map<String,SegmentPartitionInfo>SegmentPartitionUtils. extractPartitionInfoMap(String tableNameWithType, Set<String> partitionColumns, String segment, org.apache.helix.zookeeper.datamodel.ZNRecord znRecord)Returns a map from partition column name to partition info for a given segment with multiple partition columns.
-