Class SegmentPartitionInfo
- java.lang.Object
-
- org.apache.pinot.broker.routing.segmentpartition.SegmentPartitionInfo
-
public class SegmentPartitionInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SegmentPartitionInfo(String partitionColumn, org.apache.pinot.segment.spi.partition.PartitionFunction partitionFunction, Set<Integer> partitions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPartitionColumn()org.apache.pinot.segment.spi.partition.PartitionFunctiongetPartitionFunction()Set<Integer>getPartitions()
-