public class IcebergOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IcebergOptions.StorageType
Where to store Iceberg metadata.
|
Modifier and Type | Field and Description |
---|---|
static ConfigOption<Integer> |
COMPACT_MAX_FILE_NUM |
static ConfigOption<Integer> |
COMPACT_MIN_FILE_NUM |
static ConfigOption<String> |
HADOOP_CONF_DIR |
static ConfigOption<String> |
HIVE_CONF_DIR |
static ConfigOption<IcebergOptions.StorageType> |
METADATA_ICEBERG_STORAGE |
static ConfigOption<String> |
URI |
Constructor and Description |
---|
IcebergOptions() |
public static final ConfigOption<IcebergOptions.StorageType> METADATA_ICEBERG_STORAGE
public static final ConfigOption<Integer> COMPACT_MIN_FILE_NUM
public static final ConfigOption<Integer> COMPACT_MAX_FILE_NUM
public static final ConfigOption<String> URI
public static final ConfigOption<String> HIVE_CONF_DIR
public static final ConfigOption<String> HADOOP_CONF_DIR
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.