public class DbBackedPropertiesManager extends Object implements BackingPropertySetManager
PropertySet
.Constructor and Description |
---|
DbBackedPropertiesManager() |
Modifier and Type | Method and Description |
---|---|
java.util.function.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 java.util.function.Supplier<? extends com.opensymphony.module.propertyset.PropertySet> getPropertySetSupplier()
getPropertySetSupplier
in interface BackingPropertySetManager
Supplier
that references the underlying property setpublic void refresh()
BackingPropertySetManager
refresh
in interface BackingPropertySetManager
public void switchBackingStore()
BackingPropertySetManager
switchBackingStore
in interface BackingPropertySetManager
Copyright © 2002-2022 Atlassian. All Rights Reserved.