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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.flink.table.delegation.Executor create​(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment streamExecutionEnvironment)
      Creates a corresponding Executor.
      • Methods inherited from interface org.apache.flink.table.delegation.ExecutorFactory

        create
      • Methods inherited from interface org.apache.flink.table.factories.Factory

        factoryIdentifier, optionalOptions, requiredOptions
    • Method Detail

      • create

        org.apache.flink.table.delegation.Executor create​(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment streamExecutionEnvironment)
        Creates a corresponding Executor.

        This method will be used when instantiating a TableEnvironment from one of the bridging modules which enables conversion from/to DataStream API.