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- 
getReturns aMapof all properties.- Returns:
- A Mapof all properties.
 
- 
putWill add the given key/value pair in a global properties map.- Parameters:
- key- The key to add
- value- The value to add
 
- 
removeRemove 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
 
 
-