Package org.apache.iceberg
Class EnvironmentContext
java.lang.Object
org.apache.iceberg.EnvironmentContext
-
Field Details
-
ENGINE_NAME
- See Also:
-
ENGINE_VERSION
- See Also:
-
-
Method Details
-
get
Returns aMap
of all properties.- Returns:
- A
Map
of all properties.
-
put
Will add the given key/value pair in a global properties map.- Parameters:
key
- The key to addvalue
- The value to add
-
remove
Remove the key from the global properties map.- Parameters:
key
- The key whose value to remove- Returns:
- The previous value associated with the key or null
-