Package org.apache.pinot.common.tier
Class TierFactory
- java.lang.Object
-
- org.apache.pinot.common.tier.TierFactory
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIXED_SEGMENT_SELECTOR_TYPEstatic StringPINOT_SERVER_STORAGE_TYPEstatic StringTIME_SEGMENT_SELECTOR_TYPE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TiergetTier(TierConfig tierConfig, org.apache.helix.HelixManager helixManager)Constructs aTierfrom theTierConfigin the table config
-
-
-
Field Detail
-
TIME_SEGMENT_SELECTOR_TYPE
public static final String TIME_SEGMENT_SELECTOR_TYPE
- See Also:
- Constant Field Values
-
FIXED_SEGMENT_SELECTOR_TYPE
public static final String FIXED_SEGMENT_SELECTOR_TYPE
- See Also:
- Constant Field Values
-
PINOT_SERVER_STORAGE_TYPE
public static final String PINOT_SERVER_STORAGE_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTier
public static Tier getTier(TierConfig tierConfig, org.apache.helix.HelixManager helixManager)
Constructs aTierfrom theTierConfigin the table config
-
-