Uses of Class
io.trino.plugin.hive.metastore.HiveMetastoreConfig
-
Packages that use HiveMetastoreConfig Package Description io.trino.plugin.hive io.trino.plugin.hive.metastore io.trino.plugin.hive.metastore.alluxio -
-
Uses of HiveMetastoreConfig in io.trino.plugin.hive
Constructors in io.trino.plugin.hive with parameters of type HiveMetastoreConfig Constructor Description HiveMetadataFactory(CatalogName catalogName, HiveConfig hiveConfig, HiveMetastoreConfig hiveMetastoreConfig, HiveMetastoreFactory metastoreFactory, 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) -
Uses of HiveMetastoreConfig in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return HiveMetastoreConfig Modifier and Type Method Description HiveMetastoreConfigHiveMetastoreConfig. setHideDeltaLakeTables(boolean hideDeltaLakeTables)Methods in io.trino.plugin.hive.metastore with parameters of type HiveMetastoreConfig Modifier and Type Method Description booleanHiveMetastoreModule. 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 HiveMetastoreConfig Constructor Description AlluxioHiveMetastore(alluxio.client.table.TableMasterClient client, HiveMetastoreConfig hiveMetastoreConfig)AlluxioHiveMetastoreFactory(alluxio.client.table.TableMasterClient client, HiveMetastoreConfig hiveMetastoreConfig)
-