Interface StreamExecutorFactory
-
- All Superinterfaces:
org.apache.flink.table.delegation.ExecutorFactory,org.apache.flink.table.factories.Factory
@Internal public interface StreamExecutorFactory extends org.apache.flink.table.delegation.ExecutorFactorySub interface ofExecutorFactoryto supportDataStreamAPI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.table.delegation.Executorcreate(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment streamExecutionEnvironment)Creates a correspondingExecutor.
-
-
-
Method Detail
-
create
org.apache.flink.table.delegation.Executor create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment streamExecutionEnvironment)
Creates a correspondingExecutor.This method will be used when instantiating a
TableEnvironmentfrom one of the bridging modules which enables conversion from/toDataStreamAPI.
-
-