Partager via


IndexingMode Class

public final class IndexingMode
extends ExpandableStringEnum<IndexingMode>

Indicates the indexing mode.

Field Summary

Modifier and Type Field and Description
static final IndexingMode CONSISTENT

Static value consistent for IndexingMode.

static final IndexingMode LAZY

Static value lazy for IndexingMode.

static final IndexingMode NONE

Static value none for IndexingMode.

Constructor Summary

Constructor Description
IndexingMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IndexingMode value.

Method Summary

Modifier and Type Method and Description
static IndexingMode fromString(String name)

Creates or finds a IndexingMode from its string representation.

static Collection<IndexingMode> values()

Gets known IndexingMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CONSISTENT

public static final IndexingMode CONSISTENT

Static value consistent for IndexingMode.

LAZY

public static final IndexingMode LAZY

Static value lazy for IndexingMode.

NONE

public static final IndexingMode NONE

Static value none for IndexingMode.

Constructor Details

IndexingMode

@Deprecated
public IndexingMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IndexingMode value.

Method Details

fromString

public static IndexingMode fromString(String name)

Creates or finds a IndexingMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IndexingMode.

values

public static Collection values()

Gets known IndexingMode values.

Returns:

known IndexingMode values.

Applies to