| Interface | Description |
|---|---|
| DatabaseUpgradeTask |
Implement this interface if you wish to write database upgrade steps as
SST_JavaTasks. |
| Class | Description |
|---|---|
| AbstractConfigurationObfuscationUpgradeTask |
Abstract base class for obfuscating the passwords in the database.
|
| BundleVersionOrderUpgradeTask |
Database upgrade task 2.130 to fix BZ 916380 where bundle version orders got disordered when deleting bundles.
|
| ConfigurationObfuscationCorrectionUpgradeTask |
We had a buggy version of the password obfuscation code borrowed from JBoss AS.
|
| ContentSourceConfigurationObfuscationUpgradeTask | |
| CustomAlertSenderUpgradeTask |
The introduction of custom alert senders brought with it the denormalization of the AlertNotification schema.
|
| DriftPathDirectoryDatabaseUpgradeTask |
Database upgrade task 2.115 adds rhq_drift.path_directory column to store the directory portion of the path
column.
|
| DriftTemplateMapDatabaseUpgradeTask |
Database upgrade task 2.115 adds the rhq_drift_def_template table.
|
| OperationScheduleIdSetterUpgradeTask |
Sets values on the id column for all rows in RHQ_OPERATION_SCHEDULE.
|
| ResourceAncestryUpgradeTask |
The introduction of pre-computed disambiguated "ancestry" for Resources requires that existing
inventory be updated with pre-computed values.
|
| ServerVersionColumnUpgrader |
A tool to create the version column in the servers table.
|
| StorageNodeAddressUpgradeTask |
Updates the address field of storage node entities to ensure we are storing IP addresses and not hostnames.
|
| StorageNodeVersionColumnUpgrader |
A tool to create the version column in the storage nodes table.
|
| SubcategoryUpgradeTask |
Updates the subcategories in preparation of dropping the subcategories table.
|
| SystemSettingsPasswordObfuscationTask |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.