Package org.apache.flink.api.java
Interface ExecutionEnvironmentFactory
-
@Deprecated @Public public interface ExecutionEnvironmentFactory
Deprecated.All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a future Flink major version. You can still build your application in DataSet, but you should move to either the DataStream and/or Table API.Factory class for execution environments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ExecutionEnvironmentcreateExecutionEnvironment()Deprecated.Creates an ExecutionEnvironment from this factory.
-
-
-
Method Detail
-
createExecutionEnvironment
ExecutionEnvironment createExecutionEnvironment()
Deprecated.Creates an ExecutionEnvironment from this factory.- Returns:
- An ExecutionEnvironment.
-
-