| 接口 | 说明 |
|---|---|
| StreamExecutionEnvironmentFactory |
Factory class for stream execution environments.
|
| 类 | 说明 |
|---|---|
| CheckpointConfig |
Configuration that captures all checkpointing related settings.
|
| ExecutionCheckpointingOptions | 已过时
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 | 已过时
This option class is deprecated in 1.20 and will be removed in 2.0.
|
| 枚举 | 说明 |
|---|---|
| CheckpointConfig.ExternalizedCheckpointCleanup | 已过时
This class has been moved to
ExternalizedCheckpointRetention. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.