Package org.apache.flink.configuration
Class PipelineOptions
java.lang.Object
org.apache.flink.configuration.PipelineOptions
The
configuration options for job execution.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe mode how we organize description of a vertex. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigOption<Boolean>Will be removed in future Flink releases.static final ConfigOption<Boolean>static final ConfigOption<Duration>static final ConfigOption<List<String>>static final ConfigOption<List<String>>A list of URLs that are added to the classpath of each user code classloader of the program.static final ConfigOption<org.apache.flink.api.common.ExecutionConfig.ClosureCleanerLevel>static final ConfigOption<Boolean>static final ConfigOption<Boolean>static final ConfigOption<Boolean>static final ConfigOption<Boolean>static final ConfigOption<Map<String,String>> static final ConfigOption<List<String>>A list of jar files that contain the user-defined function (UDF) classes and all classes used from within the UDFs.static final ConfigOption<Integer>static final ConfigOption<String>The job name used for printing and logging.static final ConfigOption<Boolean>static final ConfigOption<Boolean>static final ConfigOption<Boolean>static final ConfigOption<Map<String,String>> static final ConfigOption<List<String>>static final ConfigOption<PipelineOptions.VertexDescriptionMode>static final ConfigOption<Boolean>static final ConfigOption<Integer> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
The job name used for printing and logging. -
JARS
A list of jar files that contain the user-defined function (UDF) classes and all classes used from within the UDFs. -
CLASSPATHS
A list of URLs that are added to the classpath of each user code classloader of the program. Paths must specify a protocol (e.g. file://) and be accessible on all nodes -
AUTO_GENERATE_UIDS
-
AUTO_WATERMARK_INTERVAL
-
CLOSURE_CLEANER_LEVEL
public static final ConfigOption<org.apache.flink.api.common.ExecutionConfig.ClosureCleanerLevel> CLOSURE_CLEANER_LEVEL -
FORCE_AVRO
-
FORCE_KRYO
-
FORCE_KRYO_AVRO
-
GENERIC_TYPES
-
GLOBAL_JOB_PARAMETERS
-
PARALLELISM_OVERRIDES
-
MAX_PARALLELISM
-
OBJECT_REUSE
-
SERIALIZATION_CONFIG
-
OPERATOR_CHAINING
-
OPERATOR_CHAINING_CHAIN_OPERATORS_WITH_DIFFERENT_MAX_PARALLELISM
public static final ConfigOption<Boolean> OPERATOR_CHAINING_CHAIN_OPERATORS_WITH_DIFFERENT_MAX_PARALLELISM -
CACHED_FILES
-
VERTEX_DESCRIPTION_MODE
-
VERTEX_NAME_INCLUDE_INDEX_PREFIX
-
ALLOW_UNALIGNED_SOURCE_SPLITS
Will be removed in future Flink releases. -
WATERMARK_ALIGNMENT_BUFFER_SIZE
-
-
Constructor Details
-
PipelineOptions
public PipelineOptions()
-