Uses of Class
io.trino.plugin.iceberg.catalog.glue.IcebergGlueCatalogConfig
Packages that use IcebergGlueCatalogConfig
-
Uses of IcebergGlueCatalogConfig in io.trino.plugin.iceberg.catalog.glue
Methods in io.trino.plugin.iceberg.catalog.glue that return IcebergGlueCatalogConfigModifier and TypeMethodDescriptionIcebergGlueCatalogConfig.setCacheTableMetadata(boolean cacheTableMetadata) IcebergGlueCatalogConfig.setSkipArchive(boolean skipArchive) Constructors in io.trino.plugin.iceberg.catalog.glue with parameters of type IcebergGlueCatalogConfigModifierConstructorDescriptionGlueIcebergTableOperationsProvider(TypeManager typeManager, IcebergGlueCatalogConfig catalogConfig, TrinoFileSystemFactory fileSystemFactory, GlueMetastoreStats stats, com.amazonaws.services.glue.AWSGlueAsync glueClient) TrinoGlueCatalogFactory(CatalogName catalogName, TrinoFileSystemFactory fileSystemFactory, TypeManager typeManager, IcebergTableOperationsProvider tableOperationsProvider, NodeVersion nodeVersion, GlueHiveMetastoreConfig glueConfig, IcebergConfig icebergConfig, IcebergGlueCatalogConfig catalogConfig, GlueMetastoreStats stats, com.amazonaws.services.glue.AWSGlueAsync glueClient)