Uses of Interface
org.apache.pinot.broker.routing.segmentpruner.SegmentPruner
-
Packages that use SegmentPruner Package Description org.apache.pinot.broker.routing.segmentpruner -
-
Uses of SegmentPruner in org.apache.pinot.broker.routing.segmentpruner
Classes in org.apache.pinot.broker.routing.segmentpruner that implement SegmentPruner Modifier and Type Class Description classEmptySegmentPrunerTheEmptySegmentPrunerprunes segments if they have 0 total docs.classMultiPartitionColumnsSegmentPrunerTheMultiPartitionColumnsSegmentPrunerprunes segments based on their partition metadata stored in ZK.classSinglePartitionColumnSegmentPrunerTheSinglePartitionColumnSegmentPrunerprunes segments based on their partition metadata stored in ZK.classTimeSegmentPrunerTheTimeSegmentPrunerprunes segments based on their time column start & end time metadata stored in ZK.Methods in org.apache.pinot.broker.routing.segmentpruner that return types with arguments of type SegmentPruner Modifier and Type Method Description static List<SegmentPruner>SegmentPrunerFactory. getSegmentPruners(org.apache.pinot.spi.config.table.TableConfig tableConfig, org.apache.helix.store.zk.ZkHelixPropertyStore<org.apache.helix.zookeeper.datamodel.ZNRecord> propertyStore)
-