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 with parameters of type HiveMetastoreClosure Modifier and Type Method Description org.apache.hadoop.hive.common.ValidTxnWriteIdListHiveTransaction. getValidWriteIds(HiveMetastoreClosure metastore, HiveTableHandle tableHandle)Constructors in io.trino.plugin.hive.metastore with parameters of type HiveMetastoreClosure Constructor Description HivePageSinkMetadataProvider(HivePageSinkMetadata pageSinkMetadata, HiveMetastoreClosure delegate, HiveIdentity identity)SemiTransactionalHiveMetastore(HdfsEnvironment hdfsEnvironment, HiveMetastoreClosure delegate, Executor renameExecutor, Executor dropExecutor, Executor updateExecutor, boolean skipDeletionForAlter, boolean skipTargetCleanupOnRollback, Optional<io.airlift.units.Duration> hiveTransactionHeartbeatInterval, ScheduledExecutorService heartbeatService)
-