Uses of Interface
org.apache.pinot.common.tier.TierSegmentSelector
-
Packages that use TierSegmentSelector Package Description org.apache.pinot.common.tier -
-
Uses of TierSegmentSelector in org.apache.pinot.common.tier
Classes in org.apache.pinot.common.tier that implement TierSegmentSelector Modifier and Type Class Description classFixedTierSegmentSelectorATierSegmentSelectorstrategy which selects segments for a tier based on a fixed listclassTimeBasedTierSegmentSelectorATierSegmentSelectorstrategy which selects segments for a tier based on the age of the segmentMethods in org.apache.pinot.common.tier that return TierSegmentSelector Modifier and Type Method Description TierSegmentSelectorTier. getSegmentSelector()Constructors in org.apache.pinot.common.tier with parameters of type TierSegmentSelector Constructor Description Tier(String name, TierSegmentSelector segmentSelector, TierStorage storage)
-