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 TransactionLogAccessModifierConstructorDescriptionDeltaLakeHistoryTable(SchemaTableName tableName, String tableLocation, TrinoFileSystemFactory fileSystemFactory, TransactionLogAccess transactionLogAccess, TypeManager typeManager) DeltaLakeMetadata(DeltaLakeMetastore metastore, TransactionLogAccess transactionLogAccess, DeltaLakeTableStatisticsProvider tableStatisticsProvider, TrinoFileSystemFactory fileSystemFactory, TypeManager typeManager, io.trino.plugin.hive.security.AccessControlMetadata accessControlMetadata, io.trino.plugin.hive.TrinoViewHiveMetastore trinoViewHiveMetastore, int domainCompactionThreshold, boolean unsafeWritesEnabled, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeMergeResult> mergeResultJsonCodec, TransactionLogWriterFactory transactionLogWriterFactory, NodeManager nodeManager, CheckpointWriterManager checkpointWriterManager, long defaultCheckpointInterval, boolean deleteSchemaLocationsFallback, DeltaLakeRedirectionsProvider deltaLakeRedirectionsProvider, CachingExtendedStatisticsAccess statisticsAccess, boolean useUniqueTableLocation, boolean allowManagedTableRename) DeltaLakeMetadataFactory(io.trino.plugin.hive.metastore.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, io.trino.plugin.hive.NodeVersion nodeVersion) DeltaLakePropertiesTable(SchemaTableName tableName, String tableLocation, TransactionLogAccess transactionLogAccess) DeltaLakeSplitManager(TypeManager typeManager, TransactionLogAccess transactionLogAccess, ExecutorService executor, DeltaLakeConfig config, TrinoFileSystemFactory fileSystemFactory, DeltaLakeTransactionManager deltaLakeTransactionManager, CachingHostAddressProvider cachingHostAddressProvider) -
Uses of TransactionLogAccess in io.trino.plugin.deltalake.procedure
Constructors in io.trino.plugin.deltalake.procedure with parameters of type TransactionLogAccessModifierConstructorDescriptionFlushMetadataCacheProcedure(Optional<io.trino.plugin.hive.metastore.cache.CachingHiveMetastore> cachingHiveMetastore, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess extendedStatisticsAccess) RegisterTableProcedure(DeltaLakeMetadataFactory metadataFactory, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess statisticsAccess, TrinoFileSystemFactory fileSystemFactory, DeltaLakeConfig deltaLakeConfig) UnregisterTableProcedure(DeltaLakeMetadataFactory metadataFactory, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess statisticsAccess) VacuumProcedure(CatalogName catalogName, TrinoFileSystemFactory fileSystemFactory, DeltaLakeMetadataFactory metadataFactory, TransactionLogAccess transactionLogAccess) -
Uses of TransactionLogAccess in io.trino.plugin.deltalake.statistics
Constructors in io.trino.plugin.deltalake.statistics with parameters of type TransactionLogAccessModifierConstructorDescriptionFileBasedTableStatisticsProvider(TypeManager typeManager, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess statisticsAccess) -
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, io.trino.plugin.hive.NodeVersion nodeVersion, TransactionLogAccess transactionLogAccess, io.trino.plugin.hive.FileFormatDataSourceStats fileFormatDataSourceStats, io.airlift.json.JsonCodec<LastCheckpoint> lastCheckpointCodec)