public static class DefaultUpgradeFinalizationManager.RunImpl extends Object implements UpgradeFinalizationManager.Run
| Constructor and Description |
|---|
RunImpl(long requestTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
Long |
completedTimestamp()
Obtains the timestamp when the run was completed.
|
UpgradeException |
getException() |
UpgradeTask |
getLastTask() |
long |
getRequestTimestamp()
Obtains the timestamp when the finalization is requested to the cluster.
|
boolean |
isDatabaseUpgrade() |
public long getRequestTimestamp()
UpgradeFinalizationManager.RungetRequestTimestamp in interface UpgradeFinalizationManager.Run@Nullable public Long completedTimestamp()
UpgradeFinalizationManager.RuncompletedTimestamp in interface UpgradeFinalizationManager.Runpublic boolean isDatabaseUpgrade()
isDatabaseUpgrade in interface UpgradeFinalizationManager.RunDatabaseUpgradeTasks on the cluster.public UpgradeException getException()
getException in interface UpgradeFinalizationManager.Runpublic UpgradeTask getLastTask()
getLastTask in interface UpgradeFinalizationManager.RunCopyright © 2003–2022 Atlassian. All rights reserved.