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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.table.delegation.Executor
    create(org.apache.flink.configuration.Configuration configuration)
     
    org.apache.flink.table.delegation.Executor
    create(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, wait

    Methods 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:
      create in interface org.apache.flink.table.delegation.ExecutorFactory
    • create

      public org.apache.flink.table.delegation.Executor create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment streamExecutionEnvironment)
      Specified by:
      create in interface org.apache.flink.table.delegation.StreamExecutorFactory
    • factoryIdentifier

      public String factoryIdentifier()
      Specified by:
      factoryIdentifier in interface org.apache.flink.table.factories.Factory
    • requiredOptions

      public Set<org.apache.flink.configuration.ConfigOption<?>> requiredOptions()
      Specified by:
      requiredOptions in interface org.apache.flink.table.factories.Factory
    • optionalOptions

      public Set<org.apache.flink.configuration.ConfigOption<?>> optionalOptions()
      Specified by:
      optionalOptions in interface org.apache.flink.table.factories.Factory