@PublicEvolving public class ExecutionOptions extends Object
ConfigOptions specific for a single execution of a user program.| Modifier and Type | Field and Description |
|---|---|
static ConfigOption<BatchShuffleMode> |
BATCH_SHUFFLE_MODE |
static ConfigOption<java.time.Duration> |
BUFFER_TIMEOUT |
static long |
DISABLED_NETWORK_BUFFER_TIMEOUT
A special marker value for disabling buffer timeout.
|
static long |
FLUSH_AFTER_EVERY_RECORD
A special marker value for flushing network buffers after each record.
|
static ConfigOption<RuntimeExecutionMode> |
RUNTIME_MODE |
static ConfigOption<Boolean> |
SNAPSHOT_COMPRESSION
Should be moved to
ExecutionCheckpointingOptions along with ExecutionConfig#useSnapshotCompression, which should be put into CheckpointConfig. |
static ConfigOption<Boolean> |
SORT_INPUTS |
static ConfigOption<MemorySize> |
SORTED_INPUTS_MEMORY |
static ConfigOption<Boolean> |
USE_BATCH_STATE_BACKEND |
| Constructor and Description |
|---|
ExecutionOptions() |
public static final long DISABLED_NETWORK_BUFFER_TIMEOUT
public static final long FLUSH_AFTER_EVERY_RECORD
public static final ConfigOption<RuntimeExecutionMode> RUNTIME_MODE
public static final ConfigOption<BatchShuffleMode> BATCH_SHUFFLE_MODE
public static final ConfigOption<Boolean> SNAPSHOT_COMPRESSION
ExecutionCheckpointingOptions along with ExecutionConfig#useSnapshotCompression, which should be put into CheckpointConfig.public static final ConfigOption<java.time.Duration> BUFFER_TIMEOUT
public static final ConfigOption<Boolean> SORT_INPUTS
public static final ConfigOption<MemorySize> SORTED_INPUTS_MEMORY
public static final ConfigOption<Boolean> USE_BATCH_STATE_BACKEND
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.