Class DeltaLakeModule

java.lang.Object
io.airlift.configuration.AbstractConfigurationAwareModule
io.trino.plugin.deltalake.DeltaLakeModule
All Implemented Interfaces:
com.google.inject.Module, io.airlift.configuration.ConfigurationAwareModule

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

    • DeltaLakeModule

      public DeltaLakeModule()
  • Method Details

    • setup

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

      @Provides public TransactionalMetadataFactory createTransactionalMetadataFactory()
    • createDeltaLakeExecutor

      @Provides public ExecutorService createDeltaLakeExecutor(CatalogName catalogName)