Package org.apache.beam.sdk.io.iceberg
Class IcebergCatalogConfig
java.lang.Object
org.apache.beam.sdk.io.iceberg.IcebergCatalogConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IcebergCatalogConfig.Builder
builder()
org.apache.iceberg.catalog.Catalog
catalog()
boolean
createNamespace
(String namespace) void
boolean
dropNamespace
(String namespace, boolean cascade) boolean
listTables
(String namespace) abstract IcebergCatalogConfig.Builder
-
Constructor Details
-
IcebergCatalogConfig
public IcebergCatalogConfig()
-
-
Method Details
-
getCatalogName
-
getCatalogProperties
-
getConfigProperties
-
builder
-
toBuilder
-
catalog
public org.apache.iceberg.catalog.Catalog catalog() -
createNamespace
-
listNamespaces
-
dropNamespace
-
createTable
-
dropTable
-
listTables
-