Package | Description |
---|---|
org.apache.ambari.server.upgrade |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUpgradeCatalog |
class |
UpgradeCatalog150 |
class |
UpgradeCatalog151
Upgrade catalog for version 1.5.1.
|
Modifier and Type | Method and Description |
---|---|
protected static UpgradeCatalog |
AbstractUpgradeCatalog.getUpgradeCatalog(String version) |
Modifier and Type | Method and Description |
---|---|
Set<UpgradeCatalog> |
SchemaUpgradeHelper.getAllUpgradeCatalogs() |
protected List<UpgradeCatalog> |
SchemaUpgradeHelper.getUpgradePath(String sourceVersion,
String targetVersion)
Return a set Upgrade catalogs to be applied to upgrade from
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractUpgradeCatalog.VersionComparator.compare(UpgradeCatalog upgradeCatalog1,
UpgradeCatalog upgradeCatalog2) |
protected void |
AbstractUpgradeCatalog.registerCatalog(UpgradeCatalog upgradeCatalog)
Every subclass needs to register itself
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaUpgradeHelper.executeDMLUpdates(List<UpgradeCatalog> upgradeCatalogs) |
void |
SchemaUpgradeHelper.executeUpgrade(List<UpgradeCatalog> upgradeCatalogs) |
Constructor and Description |
---|
SchemaUpgradeHelper(Set<UpgradeCatalog> allUpgradeCatalogs,
com.google.inject.persist.PersistService persistService,
DBAccessor dbAccessor,
Configuration configuration) |
Copyright © 2015. All rights reserved.