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 TypeMethodDescriptionbooleanUniqueConstraintAddition.addIfMissing(ConstraintChecker constraintChecker, Deduper deduper, ConstraintCreator constraintCreator) Add a required unique constraint if missing from the DBvoidboolean -
Uses of UpgradeException in com.atlassian.confluence.internal.upgrade.constraint.dedup
Methods in com.atlassian.confluence.internal.upgrade.constraint.dedup that throw UpgradeExceptionModifier and TypeMethodDescriptionvoidDedupeStrategy.perform(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, SortedSet<Object> ids) Remove duplicates so a unique constraint can be addedvoidJustFailDedupeStrategy.perform(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, SortedSet<Object> ids) voidKeepOneDedupeStrategy.perform(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, SortedSet<Object> ids) voidMergeToSmallestIdDedupeStrategy.perform(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, SortedSet<Object> ids) longDeduper.removeDuplicates(String table, String idColumn, List<String> uniqueColumns, DedupeStrategy dedupeStrategy) Remove all duplicates of combination ofuniqueColumnsfromtable. -
Uses of UpgradeException in com.atlassian.confluence.upgrade
Methods in com.atlassian.confluence.upgrade that return UpgradeExceptionModifier and TypeMethodDescription@Nullable UpgradeExceptionUpgradeFinalizationManager.Run.getException()Methods in com.atlassian.confluence.upgrade that throw UpgradeExceptionModifier and TypeMethodDescriptionprotected voidAbstractUpgradeManager.beforeUpgrade()protected abstract voidAbstractUpgradeManager.finalizeIfNeeded()voidUpgradeFinalizationManager.finalizeIfNeeded()Perform pending finalizeUpgradeTasks on the current node (no-op if none pending) if it is required, i.e.protected booleanAbstractUpgradeManager.permitDatabaseUpgrades()This is used to guard against database upgrades being performed multiple times on the same database.protected voidAbstractUpgradeManager.runUpgradeTasks(List<UpgradeTask> upgradeTasks) voidAbstractUpgradeManager.upgrade(com.atlassian.johnson.JohnsonEventContainer agentJohnson) voidUpgradeManager.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 TypeMethodDescriptionvoidDefaultUpgradeFinalizationManager.finalizeIfNeeded()protected voidDefaultUpgradeManager.finalizeIfNeeded()voidDefaultUpgradeFinalizationManager.onRemotelyRequested(ClusterEventWrapper e) voidDefaultUpgradeFinalizationManager.onRequested(ZduFinalizationRequestEvent e) protected voidDefaultUpgradeManager.runUpgradeTasks(List<UpgradeTask> upgradeTasks) -
Uses of UpgradeException in com.atlassian.confluence.upgrade.upgradetask.splitindex
Methods in com.atlassian.confluence.upgrade.upgradetask.splitindex that throw UpgradeExceptionModifier and TypeMethodDescriptionvoidSplitIndexFileHelper.purgeAllFiles()deletes all files in the folder where this SplitIndexFileManager is pointed at.