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