Class TierConfig
- java.lang.Object
-
- org.apache.pinot.spi.config.BaseJsonConfig
-
- org.apache.pinot.spi.config.table.TierConfig
-
- All Implemented Interfaces:
Serializable
public class TierConfig extends BaseJsonConfig
Config for the tiered storage and the segments which will move to that tier- See Also:
- Serialized Form
-
-
Method Summary
Modifier and Type Method Description StringgetName()StringgetSegmentAge()List<String>getSegmentList()StringgetSegmentSelectorType()StringgetServerTag()StringgetStorageType()StringgetTierBackend()Map<String,String>getTierBackendProperties()-
Methods inherited from class org.apache.pinot.spi.config.BaseJsonConfig
equals, hashCode, toJsonNode, toJsonString, toString
-
-
-
-
Method Detail
-
getName
public String getName()
-
getSegmentSelectorType
public String getSegmentSelectorType()
-
getSegmentAge
@Nullable public String getSegmentAge()
-
getStorageType
public String getStorageType()
-
getServerTag
public String getServerTag()
-
getTierBackend
@Nullable public String getTierBackend()
-
-