Uses of Class
io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
Packages that use TransactionLogAccess
Package
Description
-
Uses of TransactionLogAccess in io.trino.plugin.deltalake
Constructors in io.trino.plugin.deltalake with parameters of type TransactionLogAccessModifierConstructorDescriptionDeltaLakeMetadataFactory(HiveMetastoreFactory hiveMetastoreFactory, TrinoFileSystemFactory fileSystemFactory, TransactionLogAccess transactionLogAccess, TypeManager typeManager, DeltaLakeAccessControlMetadataFactory accessControlMetadataFactory, DeltaLakeConfig deltaLakeConfig, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeMergeResult> mergeResultJsonCodec, TransactionLogWriterFactory transactionLogWriterFactory, NodeManager nodeManager, CheckpointWriterManager checkpointWriterManager, DeltaLakeRedirectionsProvider deltaLakeRedirectionsProvider, CachingExtendedStatisticsAccess statisticsAccess, boolean allowManagedTableRename, NodeVersion nodeVersion) -
Uses of TransactionLogAccess in io.trino.plugin.deltalake.metastore
Constructors in io.trino.plugin.deltalake.metastore with parameters of type TransactionLogAccessModifierConstructorDescriptionHiveMetastoreBackedDeltaLakeMetastore(HiveMetastore delegate, TransactionLogAccess transactionLogAccess, TypeManager typeManager, CachingExtendedStatisticsAccess statisticsAccess, TrinoFileSystemFactory fileSystemFactory) -
Uses of TransactionLogAccess in io.trino.plugin.deltalake.procedure
Constructors in io.trino.plugin.deltalake.procedure with parameters of type TransactionLogAccessModifierConstructorDescriptionFlushMetadataCacheProcedure(HiveMetastoreFactory metastoreFactory, Optional<CachingHiveMetastore> cachingHiveMetastore, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess extendedStatisticsAccess) VacuumProcedure(CatalogName catalogName, TrinoFileSystemFactory fileSystemFactory, DeltaLakeMetadataFactory metadataFactory, TransactionLogAccess transactionLogAccess) -
Uses of TransactionLogAccess in io.trino.plugin.deltalake.transactionlog.checkpoint
Constructors in io.trino.plugin.deltalake.transactionlog.checkpoint with parameters of type TransactionLogAccessModifierConstructorDescriptionCheckpointWriterManager(TypeManager typeManager, CheckpointSchemaManager checkpointSchemaManager, TrinoFileSystemFactory fileSystemFactory, NodeVersion nodeVersion, TransactionLogAccess transactionLogAccess, FileFormatDataSourceStats fileFormatDataSourceStats, io.airlift.json.JsonCodec<LastCheckpoint> lastCheckpointCodec)