public static enum HoodieIndexID.Type extends Enum<HoodieIndexID.Type>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static HoodieIndexID.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieIndexID.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HoodieIndexID.Type COLUMN
public static final HoodieIndexID.Type PARTITION
public static final HoodieIndexID.Type FILE
public static HoodieIndexID.Type[] values()
for (HoodieIndexID.Type c : HoodieIndexID.Type.values()) System.out.println(c);
public static HoodieIndexID.Type 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 toString()
toString in class Enum<HoodieIndexID.Type>Copyright © 2024 The Apache Software Foundation. All rights reserved.