@Service
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() |
java.util.Set<java.lang.String> |
getProperties(java.lang.String componentName) |
java.lang.String |
getProperty(java.lang.String componentName,
java.lang.String name) |
void |
setProperty(java.lang.String componentName,
java.lang.String name,
java.lang.String value) |
void |
unsetProperty(java.lang.String componentName,
java.lang.String name) |
hasDelegate, notifyDelegate, notifyDelegate, setDelegate, unsetDelegate@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.store.service.StorageService storageService
@Activate public void activate()
@Deactivate public void deactivate()
public void setProperty(java.lang.String componentName,
java.lang.String name,
java.lang.String value)
setProperty in interface org.onosproject.cfg.ComponentConfigStorepublic void unsetProperty(java.lang.String componentName,
java.lang.String name)
unsetProperty in interface org.onosproject.cfg.ComponentConfigStorepublic java.util.Set<java.lang.String> getProperties(java.lang.String componentName)
getProperties in interface org.onosproject.cfg.ComponentConfigStorepublic java.lang.String getProperty(java.lang.String componentName,
java.lang.String name)
getProperty in interface org.onosproject.cfg.ComponentConfigStore