public class DbBackedPropertiesManager extends Object implements BackingPropertySetManager
PropertySet.| Constructor and Description |
|---|
DbBackedPropertiesManager() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Supplier<? extends com.opensymphony.module.propertyset.PropertySet> |
getPropertySetSupplier() |
void |
refresh()
refresh the underlying property set - this can also cause properties to be lost
if the PropertySet has not been written to a backing store
|
void |
switchBackingStore()
If the backing property set supports switching to different backing storage, then switch - otherwise noop
For now the switch is one way
|
public com.atlassian.util.concurrent.Supplier<? extends com.opensymphony.module.propertyset.PropertySet> getPropertySetSupplier()
getPropertySetSupplier in interface BackingPropertySetManagerSupplier that references the underlying property setpublic void refresh()
BackingPropertySetManagerrefresh in interface BackingPropertySetManagerpublic void switchBackingStore()
BackingPropertySetManagerswitchBackingStore in interface BackingPropertySetManagerCopyright © 2002-2018 Atlassian. All Rights Reserved.