Uses of Class
io.trino.plugin.hive.metastore.glue.GlueHiveMetastoreConfig
-
Packages that use GlueHiveMetastoreConfig Package Description io.trino.plugin.hive.metastore.glue -
-
Uses of GlueHiveMetastoreConfig in io.trino.plugin.hive.metastore.glue
Methods in io.trino.plugin.hive.metastore.glue that return GlueHiveMetastoreConfig Modifier and Type Method Description GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setAssumeCanonicalPartitionKeys(boolean assumeCanonicalPartitionKeys)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setAwsAccessKey(String awsAccessKey)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setAwsCredentialsProvider(String awsCredentialsProvider)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setAwsSecretKey(String awsSecretKey)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setCatalogId(String catalogId)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setDefaultWarehouseDir(String defaultWarehouseDir)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setExternalId(String externalId)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setGetPartitionThreads(int getPartitionThreads)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setGlueEndpointUrl(String glueEndpointUrl)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setGlueRegion(String region)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setIamRole(String iamRole)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setMaxGlueConnections(int maxGlueConnections)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setMaxGlueErrorRetries(int maxGlueErrorRetries)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setPartitionSegments(int partitionSegments)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setPinGlueClientToCurrentRegion(boolean pinGlueClientToCurrentRegion)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setReadStatisticsThreads(int getReadStatisticsThreads)GlueHiveMetastoreConfigGlueHiveMetastoreConfig. setWriteStatisticsThreads(int writeStatisticsThreads)Methods in io.trino.plugin.hive.metastore.glue with parameters of type GlueHiveMetastoreConfig Modifier and Type Method Description static com.amazonaws.services.glue.AWSGlueAsyncGlueHiveMetastore. createAsyncGlueClient(GlueHiveMetastoreConfig config, com.amazonaws.auth.AWSCredentialsProvider credentialsProvider, Optional<com.amazonaws.handlers.RequestHandler2> requestHandler, com.amazonaws.metrics.RequestMetricCollector metricsCollector)ExecutorGlueMetastoreModule. createExecutor(CatalogName catalogName, GlueHiveMetastoreConfig hiveConfig)ExecutorGlueMetastoreModule. createStatisticsReadExecutor(CatalogName catalogName, GlueHiveMetastoreConfig hiveConfig)ExecutorGlueMetastoreModule. createStatisticsWriteExecutor(CatalogName catalogName, GlueHiveMetastoreConfig hiveConfig)Constructors in io.trino.plugin.hive.metastore.glue with parameters of type GlueHiveMetastoreConfig Constructor Description GlueCredentialsProvider(GlueHiveMetastoreConfig config)GlueHiveMetastore(HdfsEnvironment hdfsEnvironment, GlueHiveMetastoreConfig glueConfig, com.amazonaws.auth.AWSCredentialsProvider credentialsProvider, Executor partitionsReadExecutor, GlueColumnStatisticsProviderFactory columnStatisticsProviderFactory, Optional<com.amazonaws.handlers.RequestHandler2> requestHandler, Predicate<com.amazonaws.services.glue.model.Table> tableFilter)
-