public static enum HoodieIndex.IndexType extends Enum<HoodieIndex.IndexType>
| Enum Constant and Description |
|---|
BLOOM |
BUCKET |
FLINK_STATE |
GLOBAL_BLOOM |
GLOBAL_SIMPLE |
HBASE |
INMEMORY |
SIMPLE |
| Modifier and Type | Method and Description |
|---|---|
static HoodieIndex.IndexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieIndex.IndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HoodieIndex.IndexType HBASE
public static final HoodieIndex.IndexType INMEMORY
public static final HoodieIndex.IndexType BLOOM
public static final HoodieIndex.IndexType GLOBAL_BLOOM
public static final HoodieIndex.IndexType SIMPLE
public static final HoodieIndex.IndexType GLOBAL_SIMPLE
public static final HoodieIndex.IndexType BUCKET
public static final HoodieIndex.IndexType FLINK_STATE
public static HoodieIndex.IndexType[] values()
for (HoodieIndex.IndexType c : HoodieIndex.IndexType.values()) System.out.println(c);
public static HoodieIndex.IndexType 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 © 2022 The Apache Software Foundation. All rights reserved.