Uses of Interface
org.apache.pinot.common.tier.TierStorage
-
Packages that use TierStorage Package Description org.apache.pinot.common.tier -
-
Uses of TierStorage in org.apache.pinot.common.tier
Classes in org.apache.pinot.common.tier that implement TierStorage Modifier and Type Class Description classPinotServerTierStorageTier storage type which uses Pinot servers as storageMethods in org.apache.pinot.common.tier that return TierStorage Modifier and Type Method Description TierStorageTier. getStorage()Constructors in org.apache.pinot.common.tier with parameters of type TierStorage Constructor Description Tier(String name, TierSegmentSelector segmentSelector, TierStorage storage)
-