| Package | Description |
|---|---|
| com.atlassian.confluence.cluster | |
| com.atlassian.confluence.impl.cluster | |
| com.atlassian.confluence.server |
| Modifier and Type | Method and Description |
|---|---|
ApplicationState |
NodeZduInfo.getApplicationState()
Obtains the application state of this node.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationState |
NodeZduInfoImpl.getApplicationState() |
| Constructor and Description |
|---|
NodeZduInfoImpl(ApplicationState state,
String buildNumber,
String version,
int longRunningTaskCount,
int activeUserCount,
boolean hasFinalizationTasks,
UpgradeFinalizationRun finalizationRun) |
| Modifier and Type | Method and Description |
|---|---|
@NonNull ApplicationState |
ApplicationStatusService.getState() |
@NonNull ApplicationState |
DefaultApplicationStatusService.getState() |
static ApplicationState |
ApplicationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationState[] |
ApplicationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultApplicationStatusService.setState(@NonNull ApplicationState state) |
void |
MutableApplicationStatusService.setState(@NonNull ApplicationState state) |
Copyright © 2003–2023 Atlassian. All rights reserved.