@PublicEvolving public class ExecutionOptions extends Object
ConfigOption
s specific for a single execution of a user program.Modifier and Type | Field and Description |
---|---|
static ConfigOption<java.time.Duration> |
BUFFER_TIMEOUT |
static ConfigOption<Boolean> |
SNAPSHOT_COMPRESSION
Should be moved to
ExecutionCheckpointingOptions along with
ExecutionConfig#useSnapshotCompression , which should be put into CheckpointConfig . |
Constructor and Description |
---|
ExecutionOptions() |
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
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.