Class EnvironmentContext

java.lang.Object
org.apache.iceberg.EnvironmentContext

public class EnvironmentContext extends Object
  • Field Details

  • Method Details

    • get

      public static Map<String,String> get()
      Returns a Map of all properties.
      Returns:
      A Map of all properties.
    • put

      public static void put(String key, String value)
      Will add the given key/value pair in a global properties map.
      Parameters:
      key - The key to add
      value - The value to add