public enum SearchNetworkStatus extends Enum<SearchNetworkStatus>
| Enum Constant and Description |
|---|
ChangingAttributes
The search network changes attributes.
|
Configuring
The search network performs a configuring operation.
|
Deleting
The search network performs a deleting operation.
|
Indexing
The search network performs an indexing operation.
|
Optimizing
The search network performs an optimizing operation.
|
Ready
The search network is free and ready for changes.
|
Synchronizing
The search network performs a synchronizing operation.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchNetworkStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchNetworkStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchNetworkStatus ChangingAttributes
public static final SearchNetworkStatus Configuring
public static final SearchNetworkStatus Deleting
public static final SearchNetworkStatus Indexing
public static final SearchNetworkStatus Optimizing
public static final SearchNetworkStatus Ready
public static final SearchNetworkStatus Synchronizing
public static SearchNetworkStatus 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 nullpublic static SearchNetworkStatus[] values()
for (SearchNetworkStatus c : SearchNetworkStatus.values()) System.out.println(c);
Copyright © 2026. All rights reserved.