Package io.trino.plugin.deltalake
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDeltaLakeExecutor(CatalogName catalogName) createHiveMetastoreGetter(DeltaLakeTransactionManager transactionManager) createMetastoreGetter(DeltaLakeTransactionManager transactionManager) voidsetup(com.google.inject.Binder binder) Methods inherited from class io.airlift.configuration.AbstractConfigurationAwareModule
buildConfigObject, buildConfigObject, configure, getProperty, install, setConfigurationFactory
-
Constructor Details
-
DeltaLakeModule
public DeltaLakeModule()
-
-
Method Details
-
setup
public void setup(com.google.inject.Binder binder) - Specified by:
setupin classio.airlift.configuration.AbstractConfigurationAwareModule
-
createHiveMetastoreGetter
@Singleton @Provides public BiFunction<ConnectorIdentity,HiveTransactionHandle, createHiveMetastoreGetterHiveMetastore> (DeltaLakeTransactionManager transactionManager) -
createMetastoreGetter
@Singleton @Provides public BiFunction<ConnectorSession,HiveTransactionHandle, createMetastoreGetterDeltaLakeMetastore> (DeltaLakeTransactionManager transactionManager) -
createTransactionalMetadataFactory
-
createDeltaLakeExecutor
-