Uses of Class
io.trino.plugin.hive.HiveMetastoreClosure
Packages that use HiveMetastoreClosure
-
Uses of HiveMetastoreClosure in io.trino.plugin.hive
Methods in io.trino.plugin.hive with parameters of type HiveMetastoreClosureModifier and TypeMethodDescriptionDefaultHiveMaterializedViewMetadataFactory.create(HiveMetastoreClosure hiveMetastoreClosure) HiveMaterializedViewMetadataFactory.create(HiveMetastoreClosure hiveMetastoreClosure) -
Uses of HiveMetastoreClosure in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return HiveMetastoreClosureModifier and TypeMethodDescriptionSemiTransactionalHiveMetastore.unsafeGetRawHiveMetastoreClosure()Get the underlying metastore closure.Methods in io.trino.plugin.hive.metastore with parameters of type HiveMetastoreClosureModifier and TypeMethodDescriptionHiveTransaction.getValidWriteIds(AcidTransactionOwner transactionOwner, HiveMetastoreClosure metastore, HiveTableHandle tableHandle) Constructors in io.trino.plugin.hive.metastore with parameters of type HiveMetastoreClosureModifierConstructorDescriptionHivePageSinkMetadataProvider(HivePageSinkMetadata pageSinkMetadata, HiveMetastoreClosure delegate) SemiTransactionalHiveMetastore(HdfsEnvironment hdfsEnvironment, HiveMetastoreClosure delegate, Executor fileSystemExecutor, Executor dropExecutor, Executor updateExecutor, boolean skipDeletionForAlter, boolean skipTargetCleanupOnRollback, boolean deleteSchemaLocationsFallback, Optional<io.airlift.units.Duration> hiveTransactionHeartbeatInterval, ScheduledExecutorService heartbeatService, TableInvalidationCallback tableInvalidationCallback)