@EnumDescription(value="Bootstrap index type to use for mapping between skeleton and actual data files.") public enum BootstrapIndexType extends Enum<BootstrapIndexType>
| Modifier and Type | Method and Description |
|---|---|
static BootstrapIndexType |
fromClassName(String className) |
static String |
getBootstrapIndexClassName(HoodieConfig config) |
String |
getClassName() |
static String |
getDefaultBootstrapIndexClassName(HoodieConfig config) |
static BootstrapIndexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapIndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@EnumFieldDescription(value="Maintains mapping in HFile format.") public static final BootstrapIndexType HFILE
@EnumFieldDescription(value="No-op, an empty implementation.") public static final BootstrapIndexType NO_OP
public static BootstrapIndexType[] values()
for (BootstrapIndexType c : BootstrapIndexType.values()) System.out.println(c);
public static BootstrapIndexType 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 nullpublic String getClassName()
public static BootstrapIndexType fromClassName(String className)
public static String getBootstrapIndexClassName(HoodieConfig config)
public static String getDefaultBootstrapIndexClassName(HoodieConfig config)
Copyright © 2024 The Apache Software Foundation. All rights reserved.