Uses of Class
io.trino.plugin.hive.metastore.MetastoreConfig
-
-
Uses of MetastoreConfig in io.trino.plugin.hive
Constructors in io.trino.plugin.hive with parameters of type MetastoreConfig Constructor Description HiveMetadataFactory(CatalogName catalogName, HiveConfig hiveConfig, MetastoreConfig metastoreConfig, HiveMetastore metastore, HdfsEnvironment hdfsEnvironment, HivePartitionManager partitionManager, ExecutorService executorService, ScheduledExecutorService heartbeatService, TypeManager typeManager, LocationService locationService, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, NodeVersion nodeVersion, HiveRedirectionsProvider hiveRedirectionsProvider, Set<SystemTableProvider> systemTableProviders, HiveMaterializedViewMetadataFactory hiveMaterializedViewMetadataFactory, AccessControlMetadataFactory accessControlMetadataFactory) -
Uses of MetastoreConfig in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return MetastoreConfig Modifier and Type Method Description MetastoreConfigMetastoreConfig. setHideDeltaLakeTables(boolean hideDeltaLakeTables) -
Uses of MetastoreConfig in io.trino.plugin.hive.metastore.alluxio
Constructors in io.trino.plugin.hive.metastore.alluxio with parameters of type MetastoreConfig Constructor Description AlluxioHiveMetastore(alluxio.client.table.TableMasterClient client, MetastoreConfig metastoreConfig) -
Uses of MetastoreConfig in io.trino.plugin.hive.metastore.file
Constructors in io.trino.plugin.hive.metastore.file with parameters of type MetastoreConfig Constructor Description FileHiveMetastore(NodeVersion nodeVersion, HdfsEnvironment hdfsEnvironment, MetastoreConfig metastoreConfig, FileHiveMetastoreConfig config) -
Uses of MetastoreConfig in io.trino.plugin.hive.metastore.glue
Constructors in io.trino.plugin.hive.metastore.glue with parameters of type MetastoreConfig Constructor Description DefaultGlueMetastoreTableFilterProvider(MetastoreConfig metastoreConfig) -
Uses of MetastoreConfig in io.trino.plugin.hive.metastore.thrift
Constructors in io.trino.plugin.hive.metastore.thrift with parameters of type MetastoreConfig Constructor Description ThriftHiveMetastore(MetastoreLocator metastoreLocator, HiveConfig hiveConfig, MetastoreConfig metastoreConfig, ThriftMetastoreConfig thriftConfig, HdfsEnvironment hdfsEnvironment, boolean authenticationEnabled)ThriftHiveMetastore(MetastoreLocator metastoreLocator, HiveConfig hiveConfig, MetastoreConfig metastoreConfig, ThriftMetastoreConfig thriftConfig, ThriftMetastoreAuthenticationConfig authenticationConfig, HdfsEnvironment hdfsEnvironment)
-