Uses of Interface
org.apache.pinot.broker.routing.segmentselector.SegmentSelector
-
Packages that use SegmentSelector Package Description org.apache.pinot.broker.routing.segmentselector -
-
Uses of SegmentSelector in org.apache.pinot.broker.routing.segmentselector
Classes in org.apache.pinot.broker.routing.segmentselector that implement SegmentSelector Modifier and Type Class Description classOfflineSegmentSelectorSegment selector for offline table.classRealtimeSegmentSelectorSegment selector for real-time table which handles the following scenarios: When HLC and LLC segments coexist (during LLC migration), select only HLC segments or LLC segments For HLC segments, only select segments in one group For LLC segments, only select the first CONSUMING segment for each partition to avoid duplicate data because in certain unlikely degenerate scenarios, we can consume overlapping data until segments are flushed (at which point the overlapping data is discarded during the reconciliation process with the controller).Methods in org.apache.pinot.broker.routing.segmentselector that return SegmentSelector Modifier and Type Method Description static SegmentSelectorSegmentSelectorFactory. getSegmentSelector(org.apache.pinot.spi.config.table.TableConfig tableConfig)
-