public abstract class NonNullUpgrader extends Object implements DurableConfigurationStoreUpgrader
| Constructor and Description |
|---|
NonNullUpgrader() |
| Modifier and Type | Method and Description |
|---|---|
Map<UUID,ConfiguredObjectRecord> |
getDeletedRecords() |
protected Map<UUID,ConfiguredObjectRecord> |
getDeleteMap() |
protected DurableConfigurationStoreUpgrader |
getNextUpgrader() |
Map<UUID,ConfiguredObjectRecord> |
getUpdatedRecords() |
protected Map<UUID,ConfiguredObjectRecord> |
getUpdateMap() |
void |
setNextUpgrader(DurableConfigurationStoreUpgrader upgrader) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomplete, configuredObjectpublic final void setNextUpgrader(DurableConfigurationStoreUpgrader upgrader)
setNextUpgrader in interface DurableConfigurationStoreUpgraderprotected DurableConfigurationStoreUpgrader getNextUpgrader()
protected Map<UUID,ConfiguredObjectRecord> getUpdateMap()
protected Map<UUID,ConfiguredObjectRecord> getDeleteMap()
public final Map<UUID,ConfiguredObjectRecord> getUpdatedRecords()
getUpdatedRecords in interface DurableConfigurationStoreUpgraderpublic final Map<UUID,ConfiguredObjectRecord> getDeletedRecords()
getDeletedRecords in interface DurableConfigurationStoreUpgraderCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.