Package org.apache.iceberg
Class SystemConfigs.ConfigEntry<T>
- java.lang.Object
-
- org.apache.iceberg.SystemConfigs.ConfigEntry<T>
-
- Enclosing class:
- SystemConfigs
public static class SystemConfigs.ConfigEntry<T> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
defaultValue()
java.lang.String
envKey()
java.lang.String
propertyKey()
T
value()
-