| Interface | Description |
|---|---|
| StreamExecutionEnvironmentFactory |
Factory class for stream execution environments.
|
| Class | Description |
|---|---|
| CheckpointConfig |
Configuration that captures all checkpointing related settings.
|
| ExecutionCheckpointingOptions | Deprecated
All configuration items in this class have been moved to
CheckpointingOptions. |
| LocalStreamEnvironment |
The LocalStreamEnvironment is a StreamExecutionEnvironment that runs the program locally,
multi-threaded, in the JVM where the environment is instantiated.
|
| RemoteStreamEnvironment |
A
StreamExecutionEnvironment for executing on a cluster. |
| StreamExecutionEnvironment |
The StreamExecutionEnvironment is the context in which a streaming program is executed.
|
| StreamPipelineOptions | Deprecated
This option class is deprecated in 1.20 and will be removed in 2.0.
|
| Enum | Description |
|---|---|
| CheckpointConfig.ExternalizedCheckpointCleanup | Deprecated
This class has been moved to
ExternalizedCheckpointRetention. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.