Class IcebergJdbcCatalogModule

java.lang.Object
io.airlift.configuration.AbstractConfigurationAwareModule
io.trino.plugin.iceberg.catalog.jdbc.IcebergJdbcCatalogModule
All Implemented Interfaces:
com.google.inject.Module, io.airlift.configuration.ConfigurationAwareModule

public class IcebergJdbcCatalogModule extends io.airlift.configuration.AbstractConfigurationAwareModule
  • Constructor Details

    • IcebergJdbcCatalogModule

      public IcebergJdbcCatalogModule()
  • Method Details

    • setup

      protected void setup(com.google.inject.Binder binder)
      Specified by:
      setup in class io.airlift.configuration.AbstractConfigurationAwareModule
    • createIcebergJdbcClient

      @Provides public static IcebergJdbcClient createIcebergJdbcClient(IcebergJdbcCatalogConfig config)