public final class IndexKind extends ExpandableStringEnum<IndexKind>
Modifier and Type | Field and Description |
---|---|
static IndexKind |
HASH
Static value Hash for IndexKind.
|
static IndexKind |
RANGE
Static value Range for IndexKind.
|
static IndexKind |
SPATIAL
Static value Spatial for IndexKind.
|
Constructor and Description |
---|
IndexKind() |
Modifier and Type | Method and Description |
---|---|
static IndexKind |
fromString(String name)
Creates or finds a IndexKind from its string representation.
|
static Collection<IndexKind> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final IndexKind HASH
public static final IndexKind RANGE
public static final IndexKind SPATIAL
public static IndexKind fromString(String name)
name
- a name to look forpublic static Collection<IndexKind> values()
Copyright © 2019. All rights reserved.