Uses of Interface
io.trino.plugin.deltalake.metastore.DeltaLakeMetastore
-
Packages that use DeltaLakeMetastore Package Description io.trino.plugin.deltalake io.trino.plugin.deltalake.metastore -
-
Uses of DeltaLakeMetastore in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return DeltaLakeMetastore Modifier and Type Method Description DeltaLakeMetastoreDeltaLakeMetadata. getMetastore()Methods in io.trino.plugin.deltalake that return types with arguments of type DeltaLakeMetastore Modifier and Type Method Description BiFunction<ConnectorSession,HiveTransactionHandle,DeltaLakeMetastore>DeltaLakeModule. createMetastoreGetter(DeltaLakeTransactionManager transactionManager)Constructors in io.trino.plugin.deltalake with parameters of type DeltaLakeMetastore Constructor Description DeltaLakeMetadata(DeltaLakeMetastore metastore, HdfsEnvironment hdfsEnvironment, TypeManager typeManager, AccessControlMetadata accessControlMetadata, int domainCompactionThreshold, boolean unsafeWritesEnabled, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeUpdateResult> updateResultJsonCodec, TransactionLogWriterFactory transactionLogWriterFactory, NodeManager nodeManager, CheckpointWriterManager checkpointWriterManager, long defaultCheckpointInterval, boolean ignoreCheckpointWriteFailures, boolean deleteSchemaLocationsFallback, DeltaLakeRedirectionsProvider deltaLakeRedirectionsProvider, ExtendedStatisticsAccess statisticsAccess)Constructor parameters in io.trino.plugin.deltalake with type arguments of type DeltaLakeMetastore Constructor Description DeltaLakeSplitManager(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 Modifier and Type Class Description classHiveMetastoreBackedDeltaLakeMetastore
-