Uses of Class
io.trino.plugin.hive.metastore.SemiTransactionalHiveMetastore
-
Packages that use SemiTransactionalHiveMetastore Package Description io.trino.plugin.hive io.trino.plugin.hive.metastore io.trino.plugin.hive.statistics io.trino.plugin.hive.util -
-
Uses of SemiTransactionalHiveMetastore in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return SemiTransactionalHiveMetastore Modifier and Type Method Description SemiTransactionalHiveMetastoreHiveMetadata. getMetastore()SemiTransactionalHiveMetastoreTransactionalMetadata. getMetastore()Constructors in io.trino.plugin.hive with parameters of type SemiTransactionalHiveMetastore Constructor Description HiveMetadata(CatalogName catalogName, SemiTransactionalHiveMetastore metastore, boolean autoCommit, HdfsEnvironment hdfsEnvironment, HivePartitionManager partitionManager, boolean writesToNonManagedTablesEnabled, boolean createsOfNonManagedTablesEnabled, boolean translateHiveViews, boolean hiveViewsRunAsInvoker, boolean hideDeltaLakeTables, TypeManager typeManager, MetadataProvider metadataProvider, LocationService locationService, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, String trinoVersion, HiveStatisticsProvider hiveStatisticsProvider, HiveRedirectionsProvider hiveRedirectionsProvider, Set<SystemTableProvider> systemTableProviders, HiveMaterializedViewMetadata hiveMaterializedViewMetadata, AccessControlMetadata accessControlMetadata, DirectoryLister directoryLister) -
Uses of SemiTransactionalHiveMetastore in io.trino.plugin.hive.metastore
Constructors in io.trino.plugin.hive.metastore with parameters of type SemiTransactionalHiveMetastore Constructor Description CoralSemiTransactionalHiveMSCAdapter(SemiTransactionalHiveMetastore coralHiveMetastoreClient, CoralTableRedirectionResolver tableRedirection) -
Uses of SemiTransactionalHiveMetastore in io.trino.plugin.hive.statistics
Constructors in io.trino.plugin.hive.statistics with parameters of type SemiTransactionalHiveMetastore Constructor Description MetastoreHiveStatisticsProvider(SemiTransactionalHiveMetastore metastore) -
Uses of SemiTransactionalHiveMetastore in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util with parameters of type SemiTransactionalHiveMetastore Modifier and Type Method Description static org.apache.hadoop.fs.PathHiveWriteUtils. getTableDefaultLocation(HdfsEnvironment.HdfsContext context, SemiTransactionalHiveMetastore metastore, HdfsEnvironment hdfsEnvironment, String schemaName, String tableName)
-