Uses of Interface
io.trino.plugin.hive.TransactionalMetadata
-
Packages that use TransactionalMetadata Package Description io.trino.plugin.hive -
-
Uses of TransactionalMetadata in io.trino.plugin.hive
Classes in io.trino.plugin.hive that implement TransactionalMetadata Modifier and Type Class Description classHiveMetadataMethods in io.trino.plugin.hive that return TransactionalMetadata Modifier and Type Method Description TransactionalMetadataHiveMetadataFactory. create()protected TransactionalMetadataHiveMetadataFactory. create(CatalogName catalogName, SemiTransactionalHiveMetastore metastore, HdfsEnvironment hdfsEnvironment, HivePartitionManager partitionManager, boolean writesToNonManagedTablesEnabled, boolean createsOfNonManagedTablesEnabled, boolean translateHiveViews, boolean hideDeltaLakeTables, TypeManager typeManager, LocationService locationService, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, String trinoVersion, HiveStatisticsProvider hiveStatisticsProvider, HiveRedirectionsProvider hiveRedirectionsProvider, Set<SystemTableProvider> systemTableProviders, HiveMaterializedViewMetadata hiveMaterializedViewMetadata, AccessControlMetadata accessControlMetadata)TransactionalMetadataTransactionalMetadataFactory. create()TransactionalMetadataHiveTransactionManager. get(ConnectorTransactionHandle transactionHandle)TransactionalMetadataHiveTransactionManager. remove(ConnectorTransactionHandle transactionHandle)Methods in io.trino.plugin.hive with parameters of type TransactionalMetadata Modifier and Type Method Description voidHiveTransactionManager. put(ConnectorTransactionHandle transactionHandle, TransactionalMetadata metadata)
-