Uses of Class
io.trino.plugin.hive.metastore.HiveMetastoreConfig
Packages that use HiveMetastoreConfig
Package
Description
-
Uses of HiveMetastoreConfig in io.trino.plugin.hive
Constructors in io.trino.plugin.hive with parameters of type HiveMetastoreConfigModifierConstructorDescriptionHiveMetadataFactory(CatalogName catalogName, HiveConfig hiveConfig, HiveMetastoreConfig hiveMetastoreConfig, HiveMetastoreFactory metastoreFactory, 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) -
Uses of HiveMetastoreConfig in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return HiveMetastoreConfigModifier and TypeMethodDescriptionHiveMetastoreConfig.setHideDeltaLakeTables(boolean hideDeltaLakeTables) Methods in io.trino.plugin.hive.metastore with parameters of type HiveMetastoreConfigModifier and TypeMethodDescriptionbooleanHiveMetastoreModule.hideDeltaLakeTables(HiveMetastoreConfig hiveMetastoreConfig) -
Uses of HiveMetastoreConfig in io.trino.plugin.hive.metastore.alluxio
Constructors in io.trino.plugin.hive.metastore.alluxio with parameters of type HiveMetastoreConfigModifierConstructorDescriptionAlluxioHiveMetastore(alluxio.client.table.TableMasterClient client, HiveMetastoreConfig hiveMetastoreConfig) AlluxioHiveMetastoreFactory(alluxio.client.table.TableMasterClient client, HiveMetastoreConfig hiveMetastoreConfig)