public class IcebergCatalogFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
private IcebergCatalogService |
catalogService |
| Constructor and Description |
|---|
IcebergCatalogFactory(IcebergCatalogService catalogService) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.iceberg.catalog.Catalog |
create() |
private org.apache.iceberg.catalog.Catalog |
initHadoopCatalog(IcebergCatalogService catalogService) |
private org.apache.iceberg.catalog.Catalog |
initHiveCatalog(IcebergCatalogService catalogService) |
private final IcebergCatalogService catalogService
public IcebergCatalogFactory(IcebergCatalogService catalogService)
public org.apache.iceberg.catalog.Catalog create()
private org.apache.iceberg.catalog.Catalog initHiveCatalog(IcebergCatalogService catalogService)
private org.apache.iceberg.catalog.Catalog initHadoopCatalog(IcebergCatalogService catalogService)
Copyright © 2024 Apache NiFi Project. All rights reserved.