Class SakuraCatalogFactory

java.lang.Object
cn.sliew.flinkful.sql.catalog.sakura.SakuraCatalogFactory
All Implemented Interfaces:
org.apache.flink.table.factories.CatalogFactory, org.apache.flink.table.factories.Factory, org.apache.flink.table.factories.TableFactory

public class SakuraCatalogFactory extends Object implements org.apache.flink.table.factories.CatalogFactory
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.flink.table.factories.CatalogFactory

    org.apache.flink.table.factories.CatalogFactory.Context
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.table.catalog.Catalog
    createCatalog(org.apache.flink.table.factories.CatalogFactory.Context context)
     
     
    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.CatalogFactory

    createCatalog, requiredContext, supportedProperties
  • Constructor Details

    • SakuraCatalogFactory

      public SakuraCatalogFactory()
  • Method Details

    • factoryIdentifier

      public String factoryIdentifier()
      Specified by:
      factoryIdentifier in interface org.apache.flink.table.factories.CatalogFactory
      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.CatalogFactory
      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.CatalogFactory
      Specified by:
      optionalOptions in interface org.apache.flink.table.factories.Factory
    • createCatalog

      public org.apache.flink.table.catalog.Catalog createCatalog(org.apache.flink.table.factories.CatalogFactory.Context context)
      Specified by:
      createCatalog in interface org.apache.flink.table.factories.CatalogFactory