Uses of Class
io.trino.plugin.deltalake.DeltaLakeTransactionManager
Packages that use DeltaLakeTransactionManager
-
Uses of DeltaLakeTransactionManager in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake with parameters of type DeltaLakeTransactionManagerModifier and TypeMethodDescriptionDeltaLakeModule.createHiveMetastoreGetter(DeltaLakeTransactionManager transactionManager) DeltaLakeModule.createMetastoreGetter(DeltaLakeTransactionManager transactionManager) Constructors in io.trino.plugin.deltalake with parameters of type DeltaLakeTransactionManagerModifierConstructorDescriptionDeltaLakeConnector(io.airlift.bootstrap.LifeCycleManager lifeCycleManager, ConnectorSplitManager splitManager, ConnectorPageSourceProvider pageSourceProvider, ConnectorPageSinkProvider pageSinkProvider, ConnectorNodePartitioningProvider nodePartitioningProvider, Set<SystemTable> systemTables, Set<Procedure> procedures, Set<TableProcedureMetadata> tableProcedures, Set<SessionPropertiesProvider> sessionPropertiesProviders, List<PropertyMetadata<?>> schemaProperties, List<PropertyMetadata<?>> tableProperties, List<PropertyMetadata<?>> analyzeProperties, Optional<ConnectorAccessControl> accessControl, Set<EventListener> eventListeners, DeltaLakeTransactionManager transactionManager)