Package org.apache.pinot.common.tier
Interface TierSegmentSelector
-
- All Known Implementing Classes:
FixedTierSegmentSelector,TimeBasedTierSegmentSelector
public interface TierSegmentSelectorInterface for the segment selection strategy of a tier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()The type of the segment selector (e.g.booleanselectSegment(String tableNameWithType, String segmentName)Checks if the provided segment is eligible for selection to this tier
-
-
-
Method Detail
-
getType
String getType()
The type of the segment selector (e.g. TIME)
-
-