public final class IndexingMode extends ExpandableStringEnum<IndexingMode>
Modifier and Type | Field and Description |
---|---|
static IndexingMode |
CONSISTENT
Static value Consistent for IndexingMode.
|
static IndexingMode |
LAZY
Static value Lazy for IndexingMode.
|
static IndexingMode |
NONE
Static value None for IndexingMode.
|
Constructor and Description |
---|
IndexingMode() |
Modifier and Type | Method and Description |
---|---|
static IndexingMode |
fromString(String name)
Creates or finds a IndexingMode from its string representation.
|
static Collection<IndexingMode> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final IndexingMode CONSISTENT
public static final IndexingMode LAZY
public static final IndexingMode NONE
public static IndexingMode fromString(String name)
name
- a name to look forpublic static Collection<IndexingMode> values()
Copyright © 2019. All rights reserved.