Uses of Class
io.trino.plugin.hive.metastore.glue.GlueHiveMetastoreConfig
Packages that use GlueHiveMetastoreConfig
-
Uses of GlueHiveMetastoreConfig in io.trino.plugin.hive.metastore.glue
Methods in io.trino.plugin.hive.metastore.glue that return GlueHiveMetastoreConfigModifier and TypeMethodDescriptionGlueHiveMetastoreConfig.setAssumeCanonicalPartitionKeys(boolean assumeCanonicalPartitionKeys) GlueHiveMetastoreConfig.setAwsAccessKey(String awsAccessKey) GlueHiveMetastoreConfig.setAwsCredentialsProvider(String awsCredentialsProvider) GlueHiveMetastoreConfig.setAwsSecretKey(String awsSecretKey) GlueHiveMetastoreConfig.setCatalogId(String catalogId) GlueHiveMetastoreConfig.setDefaultWarehouseDir(String defaultWarehouseDir) GlueHiveMetastoreConfig.setExternalId(String externalId) GlueHiveMetastoreConfig.setGetPartitionThreads(int getPartitionThreads) GlueHiveMetastoreConfig.setGlueEndpointUrl(String glueEndpointUrl) GlueHiveMetastoreConfig.setGlueProxyApiId(String glueProxyApiId) GlueHiveMetastoreConfig.setGlueRegion(String region) GlueHiveMetastoreConfig.setGlueStsEndpointUrl(String glueStsEndpointUrl) GlueHiveMetastoreConfig.setGlueStsRegion(String glueStsRegion) GlueHiveMetastoreConfig.setIamRole(String iamRole) GlueHiveMetastoreConfig.setMaxGlueConnections(int maxGlueConnections) GlueHiveMetastoreConfig.setMaxGlueErrorRetries(int maxGlueErrorRetries) GlueHiveMetastoreConfig.setPartitionSegments(int partitionSegments) GlueHiveMetastoreConfig.setPinGlueClientToCurrentRegion(boolean pinGlueClientToCurrentRegion) GlueHiveMetastoreConfig.setReadStatisticsThreads(int getReadStatisticsThreads) GlueHiveMetastoreConfig.setWriteStatisticsThreads(int writeStatisticsThreads) Methods in io.trino.plugin.hive.metastore.glue with parameters of type GlueHiveMetastoreConfigModifier and TypeMethodDescriptionstatic com.amazonaws.services.glue.AWSGlueAsyncGlueClientUtil.createAsyncGlueClient(GlueHiveMetastoreConfig config, com.amazonaws.auth.AWSCredentialsProvider credentialsProvider, Set<com.amazonaws.handlers.RequestHandler2> requestHandlers, com.amazonaws.metrics.RequestMetricCollector metricsCollector) GlueMetastoreModule.createExecutor(GlueHiveMetastoreConfig hiveConfig) GlueMetastoreModule.createStatisticsReadExecutor(GlueHiveMetastoreConfig hiveConfig) GlueMetastoreModule.createStatisticsWriteExecutor(GlueHiveMetastoreConfig hiveConfig) Constructors in io.trino.plugin.hive.metastore.glue with parameters of type GlueHiveMetastoreConfigModifierConstructorDescriptionGlueHiveMetastore(TrinoFileSystemFactory fileSystemFactory, GlueHiveMetastoreConfig glueConfig, Executor partitionsReadExecutor, GlueColumnStatisticsProviderFactory columnStatisticsProviderFactory, com.amazonaws.services.glue.AWSGlueAsync glueClient, GlueMetastoreStats stats, Predicate<com.amazonaws.services.glue.model.Table> tableFilter) HiveGlueClientProvider(GlueMetastoreStats stats, com.amazonaws.auth.AWSCredentialsProvider credentialsProvider, Set<com.amazonaws.handlers.RequestHandler2> requestHandlers, GlueHiveMetastoreConfig glueConfig)