| Package | Description |
|---|---|
| com.groupdocs.search.scaling |
The namespace provides classes of scaling functionality.
|
| com.groupdocs.search.scaling.events |
The namespace provides classes of event arguments in the search network.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchNetworkStatus |
SearchNetworkStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchNetworkStatus[] |
SearchNetworkStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchNetworkStatus |
StatusChangedEventArgs.getNewStatus()
Gets the new search network status.
|
SearchNetworkStatus |
StatusChangedEventArgs.getOldStatus()
Gets the old search network status.
|
| Modifier and Type | Method and Description |
|---|---|
protected static StatusChangedEventArgs |
StatusChangedEventArgs.create(SearchNetworkStatus oldStatus,
SearchNetworkStatus newStatus) |
| Constructor and Description |
|---|
StatusChangedEventArgs(SearchNetworkStatus oldStatus,
SearchNetworkStatus newStatus)
Initializes a new instance of the
StatusChangedEventArgs class. |
Copyright © 2026. All rights reserved.