public static enum ConfigGroups.Names extends Enum<ConfigGroups.Names>
ConfigGroups.getDescription(org.apache.hudi.common.config.ConfigGroups.Names).| Enum Constant and Description |
|---|
AWS |
ENVIRONMENT_CONFIG |
FLINK_SQL |
HUDI_STREAMER |
KAFKA_CONNECT |
META_SYNC |
METRICS |
READER |
RECORD_PAYLOAD |
SPARK_DATASOURCE |
TABLE_CONFIG |
WRITE_CLIENT |
| Modifier and Type | Method and Description |
|---|---|
static ConfigGroups.Names |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigGroups.Names[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigGroups.Names TABLE_CONFIG
public static final ConfigGroups.Names ENVIRONMENT_CONFIG
public static final ConfigGroups.Names SPARK_DATASOURCE
public static final ConfigGroups.Names FLINK_SQL
public static final ConfigGroups.Names WRITE_CLIENT
public static final ConfigGroups.Names READER
public static final ConfigGroups.Names META_SYNC
public static final ConfigGroups.Names METRICS
public static final ConfigGroups.Names RECORD_PAYLOAD
public static final ConfigGroups.Names KAFKA_CONNECT
public static final ConfigGroups.Names AWS
public static final ConfigGroups.Names HUDI_STREAMER
public final String name
public static ConfigGroups.Names[] values()
for (ConfigGroups.Names c : ConfigGroups.Names.values()) System.out.println(c);
public static ConfigGroups.Names valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024 The Apache Software Foundation. All rights reserved.