Class DelegateExecutorFactory
java.lang.Object
org.apache.flink.table.planner.loader.DelegateExecutorFactory
- All Implemented Interfaces:
org.apache.flink.table.delegation.ExecutorFactory,org.apache.flink.table.delegation.StreamExecutorFactory,org.apache.flink.table.factories.Factory
@Internal
public class DelegateExecutorFactory
extends Object
implements org.apache.flink.table.delegation.StreamExecutorFactory
Delegate of
ExecutorFactory.-
Field Summary
Fields inherited from interface org.apache.flink.table.delegation.ExecutorFactory
DEFAULT_IDENTIFIER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.delegation.Executorcreate(org.apache.flink.configuration.Configuration configuration) org.apache.flink.table.delegation.Executorcreate(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment streamExecutionEnvironment) Set<org.apache.flink.configuration.ConfigOption<?>>Set<org.apache.flink.configuration.ConfigOption<?>>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.table.factories.Factory
factoryIdentifier, optionalOptions, requiredOptions
-
Constructor Details
-
DelegateExecutorFactory
public DelegateExecutorFactory()
-
-
Method Details
-
create
public org.apache.flink.table.delegation.Executor create(org.apache.flink.configuration.Configuration configuration) - Specified by:
createin interfaceorg.apache.flink.table.delegation.ExecutorFactory
-
create
public org.apache.flink.table.delegation.Executor create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment streamExecutionEnvironment) - Specified by:
createin interfaceorg.apache.flink.table.delegation.StreamExecutorFactory
-
factoryIdentifier
- Specified by:
factoryIdentifierin interfaceorg.apache.flink.table.factories.Factory
-
requiredOptions
- Specified by:
requiredOptionsin interfaceorg.apache.flink.table.factories.Factory
-
optionalOptions
- Specified by:
optionalOptionsin interfaceorg.apache.flink.table.factories.Factory
-