Uses of Class
io.trino.plugin.deltalake.transactionlog.TransactionLogAccess
-
Packages that use TransactionLogAccess Package Description io.trino.plugin.deltalake io.trino.plugin.deltalake.metastore io.trino.plugin.deltalake.procedure io.trino.plugin.deltalake.transactionlog.checkpoint -
-
Uses of TransactionLogAccess in io.trino.plugin.deltalake
Constructors in io.trino.plugin.deltalake with parameters of type TransactionLogAccess Constructor Description DeltaLakeMetadataFactory(HiveMetastoreFactory hiveMetastoreFactory, HdfsEnvironment hdfsEnvironment, TransactionLogAccess transactionLogAccess, TypeManager typeManager, DeltaLakeAccessControlMetadataFactory accessControlMetadataFactory, DeltaLakeConfig deltaLakeConfig, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeUpdateResult> updateResultJsonCodec, TransactionLogWriterFactory transactionLogWriterFactory, NodeManager nodeManager, CheckpointWriterManager checkpointWriterManager, DeltaLakeRedirectionsProvider deltaLakeRedirectionsProvider, CachingExtendedStatisticsAccess statisticsAccess, HiveConfig hiveConfig) -
Uses of TransactionLogAccess in io.trino.plugin.deltalake.metastore
Constructors in io.trino.plugin.deltalake.metastore with parameters of type TransactionLogAccess Constructor Description HiveMetastoreBackedDeltaLakeMetastore(HiveMetastore delegate, TransactionLogAccess transactionLogAccess, TypeManager typeManager, CachingExtendedStatisticsAccess statisticsAccess) -
Uses of TransactionLogAccess in io.trino.plugin.deltalake.procedure
Constructors in io.trino.plugin.deltalake.procedure with parameters of type TransactionLogAccess Constructor Description VacuumProcedure(CatalogName catalogName, HdfsEnvironment hdfsEnvironment, 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 TransactionLogAccess Constructor Description CheckpointWriterManager(TypeManager typeManager, CheckpointSchemaManager checkpointSchemaManager, HdfsEnvironment hdfsEnvironment, TransactionLogAccess transactionLogAccess, FileFormatDataSourceStats fileFormatDataSourceStats, io.airlift.json.JsonCodec<LastCheckpoint> lastCheckpointCodec)
-