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.setAwsSecretKey(String awsSecretKey) GlueHiveMetastoreConfig.setCatalogId(String catalogId) GlueHiveMetastoreConfig.setDefaultWarehouseDir(String defaultWarehouseDir) GlueHiveMetastoreConfig.setExternalId(String externalId) GlueHiveMetastoreConfig.setGlueEndpointUrl(String glueEndpointUrl) 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.setThreads(int threads) GlueHiveMetastoreConfig.setUseWebIdentityTokenCredentialsProvider(boolean useWebIdentityTokenCredentialsProvider) Methods in io.trino.plugin.hive.metastore.glue with parameters of type GlueHiveMetastoreConfigModifier and TypeMethodDescriptionstatic software.amazon.awssdk.services.glue.GlueClientGlueMetastoreModule.createGlueClient(GlueHiveMetastoreConfig config, io.opentelemetry.api.OpenTelemetry openTelemetry) Constructors in io.trino.plugin.hive.metastore.glue with parameters of type GlueHiveMetastoreConfigModifierConstructorDescriptionGlueContext(GlueHiveMetastoreConfig config) GlueHiveMetastore(software.amazon.awssdk.services.glue.GlueClient glueClient, GlueContext glueContext, GlueCache glueCache, TrinoFileSystemFactory fileSystemFactory, GlueHiveMetastoreConfig config, Set<GlueHiveMetastore.TableKind> visibleTableKinds)