Uses of Class
com.atlassian.confluence.upgrade.UpgradeException
-
-
Uses of UpgradeException in com.atlassian.confluence.internal.upgrade.constraint
Methods in com.atlassian.confluence.internal.upgrade.constraint that throw UpgradeException Modifier and Type Method Description booleanUniqueConstraintAddition. addIfMissing(ConstraintChecker constraintChecker, Deduper deduper, ConstraintCreator constraintCreator)Add a required unique constraint if missing from the DBvoidConstraintCreator. create(String table, String name, List<String> columns)booleanConstraintChecker. exists(String table, String name, List<String> uniqueColumns) -
Uses of UpgradeException in com.atlassian.confluence.internal.upgrade.constraint.dedup
Methods in com.atlassian.confluence.internal.upgrade.constraint.dedup that throw UpgradeException Modifier and Type Method Description voidDedupeStrategy. 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 UpgradeException Modifier and Type Method Description UpgradeExceptionUpgradeFinalizationManager.Run. getException()Methods in com.atlassian.confluence.upgrade that throw UpgradeException Modifier and Type Method Description protected 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 UpgradeException Modifier and Type Method Description UpgradeExceptionDefaultUpgradeFinalizationManager.RunImpl. getException()Methods in com.atlassian.confluence.upgrade.impl that throw UpgradeException Modifier and Type Method Description voidDefaultUpgradeFinalizationManager. 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
Methods in com.atlassian.confluence.upgrade.upgradetask that throw UpgradeException Modifier and Type Method Description voidSplitIndexUpgradeTask. doUpgrade()booleanSplitIndexUpgradeTask. upgradeUnderConnectionWriteLock() -
Uses of UpgradeException in com.atlassian.confluence.upgrade.upgradetask.splitindex
Methods in com.atlassian.confluence.upgrade.upgradetask.splitindex that throw UpgradeException Modifier and Type Method Description voidSplitIndexFileHelper. purgeAllFiles()deletes all files in the folder where this SplitIndexFileManager is pointed at.
-