public enum H2IndexType extends Enum<H2IndexType>
| Enum Constant and Description |
|---|
BTREE
Btree index type.
|
HASH
Hash index type.
|
SCAN
Scan index type.
|
SPATIAL
Geo Spatial index type.
|
| Modifier and Type | Method and Description |
|---|---|
static H2IndexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static H2IndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final H2IndexType HASH
public static final H2IndexType BTREE
public static final H2IndexType SCAN
public static final H2IndexType SPATIAL
public static H2IndexType[] values()
for (H2IndexType c : H2IndexType.values()) System.out.println(c);
public static H2IndexType 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 null
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025