Class ExecutionOptions


  • @PublicEvolving
    public class ExecutionOptions
    extends Object
    ConfigOptions specific for a single execution of a user program.
    • 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
      • SNAPSHOT_COMPRESSION

        public static final ConfigOption<Boolean> SNAPSHOT_COMPRESSION
        Should be moved to ExecutionCheckpointingOptions along with ExecutionConfig#useSnapshotCompression, which should be put into CheckpointConfig.
      • BUFFER_TIMEOUT

        public static final ConfigOption<java.time.Duration> BUFFER_TIMEOUT
    • Constructor Detail

      • ExecutionOptions

        public ExecutionOptions()