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, HdfsEnvironment hdfsEnvironment, 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, HiveMaterializedViewMetadataFactory hiveMaterializedViewMetadataFactory, AccessControlMetadataFactory accessControlMetadataFactory, DirectoryLister directoryLister, TransactionScopeCachingDirectoryListerFactory transactionScopeCachingDirectoryListerFactory, PartitionProjectionService partitionProjectionService, boolean allowTableRename) HiveMetadataFactory(CatalogName catalogName, HiveMetastoreFactory metastoreFactory, Set<HiveFileWriterFactory> fileWriterFactories, TrinoFileSystemFactory fileSystemFactory, HdfsEnvironment hdfsEnvironment, 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, HiveMaterializedViewMetadataFactory hiveMaterializedViewMetadataFactory, AccessControlMetadataFactory accessControlMetadataFactory, DirectoryLister directoryLister, TransactionScopeCachingDirectoryListerFactory transactionScopeCachingDirectoryListerFactory, PartitionProjectionService partitionProjectionService, boolean allowTableRename, HiveTimestampPrecision hiveViewsTimestampPrecision) HivePageSinkProvider(Set<HiveFileWriterFactory> fileWriterFactories, TrinoFileSystemFactory fileSystemFactory, HdfsEnvironment hdfsEnvironment, 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 HiveMetastoreFactoryDecoratedHiveMetastoreModule.createHiveMetastore(HiveMetastoreFactory metastoreFactory, Set<HiveMetastoreDecorator> decorators, SharedHiveMetastoreCache sharedHiveMetastoreCache) static HiveMetastoreFactoryHiveMetastoreFactory.ofInstance(HiveMetastore metastore) Methods in io.trino.plugin.hive.metastore with parameters of type HiveMetastoreFactoryModifier and TypeMethodDescriptionstatic Optional<CachingHiveMetastore>DecoratedHiveMetastoreModule.createHiveMetastore(HiveMetastoreFactory metastoreFactory) static HiveMetastoreFactoryDecoratedHiveMetastoreModule.createHiveMetastore(HiveMetastoreFactory metastoreFactory, Set<HiveMetastoreDecorator> decorators, 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 classclassMethods 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) Constructors in io.trino.plugin.hive.metastore.cache with parameters of type HiveMetastoreFactoryModifierConstructorDescriptionImpersonationCachingHiveMetastoreFactory(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.thrift
Classes in io.trino.plugin.hive.metastore.thrift that implement HiveMetastoreFactory