public static enum TableIndex.Type extends Enum<TableIndex.Type>
| Enum Constant and Description |
|---|
GLOBAL |
GLOBAL_ASYNC |
| Modifier and Type | Method and Description |
|---|---|
static TableIndex.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableIndex.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableIndex.Type GLOBAL
public static final TableIndex.Type GLOBAL_ASYNC
public static TableIndex.Type[] values()
for (TableIndex.Type c : TableIndex.Type.values()) System.out.println(c);
public static TableIndex.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 nullCopyright © 2023. All rights reserved.