Package org.apache.flink.configuration
Class ExecutionOptions
- java.lang.Object
-
- org.apache.flink.configuration.ExecutionOptions
-
@PublicEvolving public class ExecutionOptions extends Object
ConfigOptions specific for a single execution of a user program.
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigOption<BatchShuffleMode>BATCH_SHUFFLE_MODEstatic ConfigOption<java.time.Duration>BUFFER_TIMEOUTstatic ConfigOption<Boolean>BUFFER_TIMEOUT_ENABLEDstatic longDISABLED_NETWORK_BUFFER_TIMEOUTA special marker value for disabling buffer timeout.static longFLUSH_AFTER_EVERY_RECORDA special marker value for flushing network buffers after each record.static ConfigOption<RuntimeExecutionMode>RUNTIME_MODEstatic ConfigOption<Boolean>SNAPSHOT_COMPRESSIONShould be moved toExecutionCheckpointingOptionsalong withExecutionConfig#useSnapshotCompression, which should be put intoCheckpointConfig.static ConfigOption<Boolean>SORT_INPUTSstatic ConfigOption<MemorySize>SORTED_INPUTS_MEMORYstatic ConfigOption<Boolean>USE_BATCH_STATE_BACKEND
-
Constructor Summary
Constructors Constructor Description ExecutionOptions()
-
-
-
Field Detail
-
DISABLED_NETWORK_BUFFER_TIMEOUT
public static final long DISABLED_NETWORK_BUFFER_TIMEOUT
A special marker value for disabling buffer timeout.- See Also:
- Constant Field Values
-
FLUSH_AFTER_EVERY_RECORD
public static final long FLUSH_AFTER_EVERY_RECORD
A special marker value for flushing network buffers after each record.- See Also:
- Constant Field Values
-
RUNTIME_MODE
public static final ConfigOption<RuntimeExecutionMode> RUNTIME_MODE
-
BATCH_SHUFFLE_MODE
public static final ConfigOption<BatchShuffleMode> BATCH_SHUFFLE_MODE
-
SNAPSHOT_COMPRESSION
public static final ConfigOption<Boolean> SNAPSHOT_COMPRESSION
Should be moved toExecutionCheckpointingOptionsalong withExecutionConfig#useSnapshotCompression, which should be put intoCheckpointConfig.
-
BUFFER_TIMEOUT_ENABLED
public static final ConfigOption<Boolean> BUFFER_TIMEOUT_ENABLED
-
BUFFER_TIMEOUT
public static final ConfigOption<java.time.Duration> BUFFER_TIMEOUT
-
SORT_INPUTS
public static final ConfigOption<Boolean> SORT_INPUTS
-
SORTED_INPUTS_MEMORY
public static final ConfigOption<MemorySize> SORTED_INPUTS_MEMORY
-
USE_BATCH_STATE_BACKEND
public static final ConfigOption<Boolean> USE_BATCH_STATE_BACKEND
-
-