Interface StreamExecutionEnvironmentFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory class for stream execution environments.
-
Method Summary
Modifier and TypeMethodDescriptioncreateExecutionEnvironment(org.apache.flink.configuration.Configuration configuration) Creates a StreamExecutionEnvironment from this factory.
-
Method Details
-
createExecutionEnvironment
StreamExecutionEnvironment createExecutionEnvironment(org.apache.flink.configuration.Configuration configuration) Creates a StreamExecutionEnvironment from this factory.- Returns:
- A StreamExecutionEnvironment.
-