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 boolean
UniqueConstraintAddition. addIfMissing(ConstraintChecker constraintChecker, Deduper deduper, ConstraintCreator constraintCreator)
Add a required unique constraint if missing from the DBvoid
ConstraintCreator. create(String table, String name, List<String> columns)
boolean
ConstraintChecker. 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 void
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 UpgradeException Modifier and Type Method Description UpgradeException
UpgradeFinalizationManager.Run. getException()
Methods in com.atlassian.confluence.upgrade that throw UpgradeException Modifier and Type Method Description protected 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 UpgradeException Modifier and Type Method Description UpgradeException
DefaultUpgradeFinalizationManager.RunImpl. getException()
Methods in com.atlassian.confluence.upgrade.impl that throw UpgradeException Modifier and Type Method Description void
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 UpgradeException Modifier and Type Method Description void
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 UpgradeException Modifier and Type Method Description void
SplitIndexFileHelper. purgeAllFiles()
deletes all files in the folder where this SplitIndexFileManager is pointed at.
-