Uses of Class
com.atlassian.confluence.upgrade.UpgradeException
Packages that use UpgradeException
Package
Description
-
Uses of UpgradeException in com.atlassian.confluence.internal.upgrade.constraint
Methods in com.atlassian.confluence.internal.upgrade.constraint that throw UpgradeExceptionModifier and TypeMethodDescriptionboolean
UniqueConstraintAddition.addIfMissing
(ConstraintChecker constraintChecker, Deduper deduper, ConstraintCreator constraintCreator) Add a required unique constraint if missing from the DBvoid
boolean
-
Uses of UpgradeException in com.atlassian.confluence.internal.upgrade.constraint.dedup
Methods in com.atlassian.confluence.internal.upgrade.constraint.dedup that throw UpgradeExceptionModifier and TypeMethodDescriptionvoid
DedupeStrategy.perform
(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, SortedSet<Object> ids) Remove duplicates so a unique constraint can be addedvoid
JustFailDedupeStrategy.perform
(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, SortedSet<Object> ids) void
KeepOneDedupeStrategy.perform
(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, SortedSet<Object> ids) void
MergeToSmallestIdDedupeStrategy.perform
(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, SortedSet<Object> ids) long
Deduper.removeDuplicates
(String table, String idColumn, List<String> uniqueColumns, DedupeStrategy dedupeStrategy) Remove all duplicates of combination ofuniqueColumns
fromtable
. -
Uses of UpgradeException in com.atlassian.confluence.upgrade
Methods in com.atlassian.confluence.upgrade that return UpgradeExceptionModifier and TypeMethodDescription@Nullable UpgradeException
UpgradeFinalizationManager.Run.getException()
Methods in com.atlassian.confluence.upgrade that throw UpgradeExceptionModifier and TypeMethodDescriptionprotected void
AbstractUpgradeManager.beforeUpgrade()
protected abstract void
AbstractUpgradeManager.finalizeIfNeeded()
void
UpgradeFinalizationManager.finalizeIfNeeded()
Perform pending finalizeUpgradeTasks on the current node (no-op if none pending) if it is required, i.e.protected boolean
AbstractUpgradeManager.permitDatabaseUpgrades()
This is used to guard against database upgrades being performed multiple times on the same database.protected void
AbstractUpgradeManager.runUpgradeTasks
(List<UpgradeTask> upgradeTasks) void
AbstractUpgradeManager.upgrade
(com.atlassian.johnson.JohnsonEventContainer agentJohnson) void
UpgradeManager.upgrade
(com.atlassian.johnson.JohnsonEventContainer agentJohnson) -
Uses of UpgradeException in com.atlassian.confluence.upgrade.impl
Methods in com.atlassian.confluence.upgrade.impl that return UpgradeExceptionMethods in com.atlassian.confluence.upgrade.impl that throw UpgradeExceptionModifier and TypeMethodDescriptionvoid
DefaultUpgradeFinalizationManager.finalizeIfNeeded()
protected void
DefaultUpgradeManager.finalizeIfNeeded()
void
DefaultUpgradeFinalizationManager.onRemotelyRequested
(ClusterEventWrapper e) void
DefaultUpgradeFinalizationManager.onRequested
(ZduFinalizationRequestEvent e) protected void
DefaultUpgradeManager.runUpgradeTasks
(List<UpgradeTask> upgradeTasks) -
Uses of UpgradeException in com.atlassian.confluence.upgrade.upgradetask
Methods in com.atlassian.confluence.upgrade.upgradetask that throw UpgradeExceptionModifier and TypeMethodDescriptionvoid
SplitIndexUpgradeTask.doUpgrade()
boolean
SplitIndexUpgradeTask.upgradeUnderConnectionWriteLock()
-
Uses of UpgradeException in com.atlassian.confluence.upgrade.upgradetask.splitindex
Methods in com.atlassian.confluence.upgrade.upgradetask.splitindex that throw UpgradeExceptionModifier and TypeMethodDescriptionvoid
SplitIndexFileHelper.purgeAllFiles()
deletes all files in the folder where this SplitIndexFileManager is pointed at.