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 DeltaLakeMetastoreMethods in io.trino.plugin.deltalake that return types with arguments of type DeltaLakeMetastoreModifier and TypeMethodDescriptionDeltaLakeModule.createMetastoreGetter(DeltaLakeTransactionManager transactionManager) Constructors in io.trino.plugin.deltalake with parameters of type DeltaLakeMetastoreModifierConstructorDescriptionDeltaLakeMetadata(DeltaLakeMetastore metastore, TrinoFileSystemFactory fileSystemFactory, HdfsEnvironment hdfsEnvironment, 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, ExtendedStatisticsAccess statisticsAccess, boolean useUniqueTableLocation, boolean allowManagedTableRename) Constructor parameters in io.trino.plugin.deltalake with type arguments of type DeltaLakeMetastoreModifierConstructorDescriptionDeltaLakeSplitManager(TypeManager typeManager, BiFunction<ConnectorSession, HiveTransactionHandle, DeltaLakeMetastore> metastoreProvider, ExecutorService executor, DeltaLakeConfig config) -
Uses of DeltaLakeMetastore in io.trino.plugin.deltalake.metastore
Classes in io.trino.plugin.deltalake.metastore that implement DeltaLakeMetastore