public class DistributedComponentConfigStore
extends org.onosproject.store.AbstractStore<org.onosproject.cfg.ComponentConfigEvent,org.onosproject.cfg.ComponentConfigStoreDelegate>
implements org.onosproject.cfg.ComponentConfigStore
| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.store.service.StorageService |
storageService |
| Constructor and Description |
|---|
DistributedComponentConfigStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
Set<String> |
getProperties(String componentName) |
String |
getProperty(String componentName,
String name) |
void |
setProperty(String componentName,
String name,
String value) |
void |
setProperty(String componentName,
String name,
String value,
boolean override) |
void |
unsetProperty(String componentName,
String name) |
hasDelegate, notifyDelegate, notifyDelegate, setDelegate, unsetDelegatepublic void activate()
public void deactivate()
public void setProperty(String componentName, String name, String value)
setProperty in interface org.onosproject.cfg.ComponentConfigStorepublic void setProperty(String componentName, String name, String value, boolean override)
setProperty in interface org.onosproject.cfg.ComponentConfigStorepublic void unsetProperty(String componentName, String name)
unsetProperty in interface org.onosproject.cfg.ComponentConfigStorepublic Set<String> getProperties(String componentName)
getProperties in interface org.onosproject.cfg.ComponentConfigStore