Uses of Class
org.apache.pinot.common.utils.SegmentName
-
Packages that use SegmentName Package Description org.apache.pinot.common.utils -
-
Uses of SegmentName in org.apache.pinot.common.utils
Subclasses of SegmentName in org.apache.pinot.common.utils Modifier and Type Class Description classHLCSegmentNameclassLLCSegmentNameMethods in org.apache.pinot.common.utils that return types with arguments of type SegmentName Modifier and Type Method Description static Map<String,SortedSet<SegmentName>>LLCUtils. sortSegmentsByStreamPartition(Set<String> segmentSet)Compute the table of a sorted list of segments grouped by Kafka partition.
-