Package io.trino.plugin.deltalake
Class DeltaLakeMetadataFactory
- java.lang.Object
-
- io.trino.plugin.deltalake.DeltaLakeMetadataFactory
-
public class DeltaLakeMetadataFactory extends Object
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeltaLakeMetadatacreate(ConnectorIdentity identity)
-
-
-
Constructor Detail
-
DeltaLakeMetadataFactory
@Inject public 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)
-
-
Method Detail
-
create
public DeltaLakeMetadata create(ConnectorIdentity identity)
-
-