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.ExecutorFactory
Sub interface of
ExecutorFactory to support DataStream API.-
Field Summary
Fields inherited from interface org.apache.flink.table.delegation.ExecutorFactory
DEFAULT_IDENTIFIER -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.delegation.Executorcreate(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment streamExecutionEnvironment) Creates a correspondingExecutor.Methods inherited from interface org.apache.flink.table.delegation.ExecutorFactory
createMethods inherited from interface org.apache.flink.table.factories.Factory
factoryIdentifier, optionalOptions, requiredOptions
-
Method Details
-
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.
-