Class ExecutionConfig.GlobalJobParameters

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    Configuration
    Enclosing class:
    ExecutionConfig

    public static class ExecutionConfig.GlobalJobParameters
    extends Object
    implements Serializable
    Abstract class for a custom user configuration object registered at the execution config.

    This user config is accessible at runtime through getRuntimeContext().getExecutionConfig().GlobalJobParameters()

    See Also:
    Serialized Form
    • Constructor Detail

      • GlobalJobParameters

        public GlobalJobParameters()
    • Method Detail

      • toMap

        public Map<String,​String> toMap()
        Convert UserConfig into a Map<String, String> representation. This can be used by the runtime, for example for presenting the user config in the web frontend.
        Returns:
        Key/Value representation of the UserConfig
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object