Uses of Class
io.trino.plugin.hive.HiveMetastoreClosure
-
Packages that use HiveMetastoreClosure Package Description io.trino.plugin.hive io.trino.plugin.hive.metastore -
-
Uses of HiveMetastoreClosure in io.trino.plugin.hive
Methods in io.trino.plugin.hive with parameters of type HiveMetastoreClosure Modifier and Type Method Description HiveMaterializedViewMetadataDefaultHiveMaterializedViewMetadataFactory. create(HiveMetastoreClosure hiveMetastoreClosure)HiveMaterializedViewMetadataHiveMaterializedViewMetadataFactory. create(HiveMetastoreClosure hiveMetastoreClosure) -
Uses of HiveMetastoreClosure in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return HiveMetastoreClosure Modifier and Type Method Description HiveMetastoreClosureSemiTransactionalHiveMetastore. unsafeGetRawHiveMetastoreClosure()Get the underlying metastore closure.Methods in io.trino.plugin.hive.metastore with parameters of type HiveMetastoreClosure Modifier and Type Method Description org.apache.hadoop.hive.common.ValidTxnWriteIdListHiveTransaction. getValidWriteIds(AcidTransactionOwner transactionOwner, HiveMetastoreClosure metastore, HiveTableHandle tableHandle)Constructors in io.trino.plugin.hive.metastore with parameters of type HiveMetastoreClosure Constructor Description HivePageSinkMetadataProvider(HivePageSinkMetadata pageSinkMetadata, HiveMetastoreClosure delegate)SemiTransactionalHiveMetastore(HdfsEnvironment hdfsEnvironment, HiveMetastoreClosure delegate, Executor renameExecutor, Executor dropExecutor, Executor updateExecutor, boolean skipDeletionForAlter, boolean skipTargetCleanupOnRollback, boolean deleteSchemaLocationsFallback, Optional<io.airlift.units.Duration> hiveTransactionHeartbeatInterval, ScheduledExecutorService heartbeatService, TableInvalidationCallback tableInvalidationCallback)
-