Package | Description |
---|---|
com.atlassian.jira.cluster.zdu |
Package for Zero Downtime Upgrades.
|
com.atlassian.jira.rest.v2.cluster.zdu |
Modifier and Type | Method and Description |
---|---|
UpgradeState |
DatabaseUpgradeStateManager.getDatabaseUpgradeState()
This does not return the most up to date state of the cluster.
|
UpgradeState |
DefaultDatabaseUpgradeStateManager.getDatabaseUpgradeState() |
UpgradeState |
NoopDatabaseUpgradeStateManager.getDatabaseUpgradeState() |
UpgradeState |
NoopClusterUpgradeStateManager.getUpgradeState() |
UpgradeState |
DefaultClusterUpgradeStateManager.getUpgradeState() |
UpgradeState |
ClusterStateManager.getUpgradeState() |
static UpgradeState |
UpgradeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgradeState[] |
UpgradeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterUpgradeStateDao.writeState(NodeBuildInfo nodeBuildInfo,
UpgradeState state) |
void |
DefaultClusterUpgradeStateDao.writeState(NodeBuildInfo nodeBuildInfo,
UpgradeState state) |
Modifier and Type | Method and Description |
---|---|
UpgradeState |
ClusterUpgradeStateResource.ClusterState.getState() |
Constructor and Description |
---|
ClusterState(UpgradeState state,
NodeBuildInfo buildInfo) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.