Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是flink的新手。我注意到在使用 java 的 flink 编程过程中,有时它被声明为 StreamExecutionEnvironment,有时被声明为 ExecutionEnvironment。这两个类的主要区别是什么。什么时候用什么。
AnExecutionEnvironment与(已软弃用,即将弃用)DataSet API 一起使用。AStreamExecutionEnvironment是与 DataStream API 一起使用的。
ExecutionEnvironment
StreamExecutionEnvironment