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, wait
complete, configuredObject
public final void setNextUpgrader(DurableConfigurationStoreUpgrader upgrader)
setNextUpgrader
in interface DurableConfigurationStoreUpgrader
protected DurableConfigurationStoreUpgrader getNextUpgrader()
protected Map<UUID,ConfiguredObjectRecord> getUpdateMap()
protected Map<UUID,ConfiguredObjectRecord> getDeleteMap()
public final Map<UUID,ConfiguredObjectRecord> getUpdatedRecords()
getUpdatedRecords
in interface DurableConfigurationStoreUpgrader
public final Map<UUID,ConfiguredObjectRecord> getDeletedRecords()
getDeletedRecords
in interface DurableConfigurationStoreUpgrader
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.