Package org.apache.flink.api.common
Class ExecutionConfig.GlobalJobParameters
- java.lang.Object
-
- org.apache.flink.api.common.ExecutionConfig.GlobalJobParameters
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractParameterTool,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 Summary
Constructors Constructor Description GlobalJobParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()Map<String,String>toMap()Convert UserConfig into aMap<String, String>representation.
-