Uses of Interface
io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
Packages that use DeltaLakeMetastore
-
Uses of DeltaLakeMetastore in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return DeltaLakeMetastoreConstructors in io.trino.plugin.deltalake with parameters of type DeltaLakeMetastoreModifierConstructorDescriptionDeltaLakeMetadata(DeltaLakeMetastore metastore, TransactionLogAccess transactionLogAccess, DeltaLakeTableStatisticsProvider tableStatisticsProvider, TrinoFileSystemFactory fileSystemFactory, TypeManager typeManager, AccessControlMetadata accessControlMetadata, 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) -
Uses of DeltaLakeMetastore in io.trino.plugin.deltalake.metastore
Classes in io.trino.plugin.deltalake.metastore that implement DeltaLakeMetastore