Uses of Class
org.apache.pinot.common.tier.Tier
-
Packages that use Tier Package Description org.apache.pinot.common.tier org.apache.pinot.common.utils.config -
-
Uses of Tier in org.apache.pinot.common.tier
Methods in org.apache.pinot.common.tier that return Tier Modifier and Type Method Description static TierTierFactory. getTier(TierConfig tierConfig, org.apache.helix.HelixManager helixManager)Constructs aTierfrom theTierConfigin the table config -
Uses of Tier in org.apache.pinot.common.utils.config
Methods in org.apache.pinot.common.utils.config that return types with arguments of type Tier Modifier and Type Method Description static List<Tier>TierConfigUtils. getSortedTiers(List<TierConfig> tierConfigList, org.apache.helix.HelixManager helixManager)Gets sorted list of tiers from provided list of TierConfigstatic List<Tier>TierConfigUtils. getSortedTiersForStorageType(List<TierConfig> tierConfigList, String storageType, org.apache.helix.HelixManager helixManager)Gets sorted list of tiers for given storage type from provided list of TierConfigstatic Comparator<Tier>TierConfigUtils. getTierComparator()Comparator for sorting theTier.
-