public abstract class IcebergCatalogConfig
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
IcebergCatalogConfig.Builder |
Constructor and Description |
---|
IcebergCatalogConfig() |
Modifier and Type | Method and Description |
---|---|
static IcebergCatalogConfig.Builder |
builder() |
org.apache.iceberg.catalog.Catalog |
catalog() |
void |
createTable(java.lang.String tableIdentifier,
Schema tableSchema,
@Nullable java.util.List<java.lang.String> partitionFields) |
boolean |
dropTable(java.lang.String tableIdentifier) |
abstract @Nullable java.lang.String |
getCatalogName() |
abstract @Nullable java.util.Map<java.lang.String,java.lang.String> |
getCatalogProperties() |
abstract @Nullable java.util.Map<java.lang.String,java.lang.String> |
getConfigProperties() |
abstract IcebergCatalogConfig.Builder |
toBuilder() |
@Pure public abstract @Nullable java.lang.String getCatalogName()
@Pure public abstract @Nullable java.util.Map<java.lang.String,java.lang.String> getCatalogProperties()
@Pure public abstract @Nullable java.util.Map<java.lang.String,java.lang.String> getConfigProperties()
@Pure public static IcebergCatalogConfig.Builder builder()
public abstract IcebergCatalogConfig.Builder toBuilder()
public org.apache.iceberg.catalog.Catalog catalog()
public void createTable(java.lang.String tableIdentifier, Schema tableSchema, @Nullable java.util.List<java.lang.String> partitionFields)
public boolean dropTable(java.lang.String tableIdentifier)