@PublicEvolving public class ExecutionOptions extends Object
ConfigOptions specific for a single execution of a user program.| Modifier and Type | Field and Description |
|---|---|
static ConfigOption<java.time.Duration> |
BUFFER_TIMEOUT |
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<Boolean> |
USE_BATCH_STATE_BACKEND |
| Constructor and Description |
|---|
ExecutionOptions() |
public static final ConfigOption<RuntimeExecutionMode> RUNTIME_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<Boolean> USE_BATCH_STATE_BACKEND
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.