Uses of Interface
io.trino.plugin.hive.metastore.HiveMetastoreFactory
Packages that use HiveMetastoreFactory
Package
Description
-
Uses of HiveMetastoreFactory in io.trino.plugin.hive
Constructors in io.trino.plugin.hive with parameters of type HiveMetastoreFactoryModifierConstructorDescriptionHiveMetadataFactory(CatalogName catalogName, HiveConfig hiveConfig, HiveMetastoreConfig hiveMetastoreConfig, HiveMetastoreFactory metastoreFactory, Set<HiveFileWriterFactory> fileWriterFactories, TrinoFileSystemFactory fileSystemFactory, HivePartitionManager partitionManager, ExecutorService executorService, ScheduledExecutorService heartbeatService, TypeManager typeManager, MetadataProvider metadataProvider, LocationService locationService, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, NodeVersion nodeVersion, HiveRedirectionsProvider hiveRedirectionsProvider, Set<SystemTableProvider> systemTableProviders, AccessControlMetadataFactory accessControlMetadataFactory, DirectoryLister directoryLister, TransactionScopeCachingDirectoryListerFactory transactionScopeCachingDirectoryListerFactory, boolean allowTableRename) HiveMetadataFactory(CatalogName catalogName, HiveMetastoreFactory metastoreFactory, Set<HiveFileWriterFactory> fileWriterFactories, TrinoFileSystemFactory fileSystemFactory, HivePartitionManager partitionManager, int maxConcurrentFileSystemOperations, int maxConcurrentMetastoreDrops, int maxConcurrentMetastoreUpdates, long maxPartitionDropsPerQuery, boolean skipDeletionForAlter, boolean skipTargetCleanupOnRollback, boolean writesToNonManagedTablesEnabled, boolean createsOfNonManagedTablesEnabled, boolean deleteSchemaLocationsFallback, boolean translateHiveViews, boolean hiveViewsRunAsInvoker, long perTransactionCacheMaximumSize, Optional<io.airlift.units.Duration> hiveTransactionHeartbeatInterval, boolean hideDeltaLakeTables, TypeManager typeManager, MetadataProvider metadataProvider, LocationService locationService, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, ExecutorService executorService, ScheduledExecutorService heartbeatService, String trinoVersion, HiveRedirectionsProvider hiveRedirectionsProvider, Set<SystemTableProvider> systemTableProviders, AccessControlMetadataFactory accessControlMetadataFactory, DirectoryLister directoryLister, TransactionScopeCachingDirectoryListerFactory transactionScopeCachingDirectoryListerFactory, boolean partitionProjectionEnabled, boolean allowTableRename, HiveTimestampPrecision hiveViewsTimestampPrecision) HivePageSinkProvider(Set<HiveFileWriterFactory> fileWriterFactories, TrinoFileSystemFactory fileSystemFactory, PageSorter pageSorter, HiveMetastoreFactory metastoreFactory, PageIndexerFactory pageIndexerFactory, TypeManager typeManager, HiveConfig config, SortingFileWriterConfig sortingFileWriterConfig, LocationService locationService, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, NodeManager nodeManager, io.airlift.event.client.EventClient eventClient, HiveSessionProperties hiveSessionProperties, HiveWriterStats hiveWriterStats) -
Uses of HiveMetastoreFactory in io.trino.plugin.hive.metastore
Classes in io.trino.plugin.hive.metastore that implement HiveMetastoreFactoryMethods in io.trino.plugin.hive.metastore that return HiveMetastoreFactoryModifier and TypeMethodDescriptionstatic HiveMetastoreFactoryCachingHiveMetastoreModule.createHiveMetastore(HiveMetastoreFactory metastoreFactory, SharedHiveMetastoreCache sharedHiveMetastoreCache) static HiveMetastoreFactoryHiveMetastoreFactory.ofInstance(HiveMetastore metastore) Methods in io.trino.plugin.hive.metastore with parameters of type HiveMetastoreFactoryModifier and TypeMethodDescriptionstatic Optional<CachingHiveMetastore> CachingHiveMetastoreModule.createHiveMetastore(HiveMetastoreFactory metastoreFactory) static HiveMetastoreFactoryCachingHiveMetastoreModule.createHiveMetastore(HiveMetastoreFactory metastoreFactory, SharedHiveMetastoreCache sharedHiveMetastoreCache) -
Uses of HiveMetastoreFactory in io.trino.plugin.hive.metastore.cache
Classes in io.trino.plugin.hive.metastore.cache that implement HiveMetastoreFactoryModifier and TypeClassDescriptionstatic classstatic classMethods in io.trino.plugin.hive.metastore.cache that return HiveMetastoreFactoryModifier and TypeMethodDescriptionSharedHiveMetastoreCache.createCachingHiveMetastoreFactory(HiveMetastoreFactory metastoreFactory) Methods in io.trino.plugin.hive.metastore.cache with parameters of type HiveMetastoreFactoryModifier and TypeMethodDescriptionSharedHiveMetastoreCache.createCachingHiveMetastoreFactory(HiveMetastoreFactory metastoreFactory) -
Uses of HiveMetastoreFactory in io.trino.plugin.hive.metastore.file
Classes in io.trino.plugin.hive.metastore.file that implement HiveMetastoreFactory -
Uses of HiveMetastoreFactory in io.trino.plugin.hive.metastore.glue
Classes in io.trino.plugin.hive.metastore.glue that implement HiveMetastoreFactory -
Uses of HiveMetastoreFactory in io.trino.plugin.hive.metastore.glue.v1
Classes in io.trino.plugin.hive.metastore.glue.v1 that implement HiveMetastoreFactory -
Uses of HiveMetastoreFactory in io.trino.plugin.hive.metastore.thrift
Classes in io.trino.plugin.hive.metastore.thrift that implement HiveMetastoreFactory -
Uses of HiveMetastoreFactory in io.trino.plugin.hive.procedure
Constructors in io.trino.plugin.hive.procedure with parameters of type HiveMetastoreFactoryModifierConstructorDescriptionFlushMetadataCacheProcedure(HiveMetastoreFactory hiveMetadataFactory, Optional<DirectoryLister> directoryLister, Optional<CachingHiveMetastore> cachingHiveMetastore, Optional<GlueCache> glueCache)