| Constructor and Description |
|---|
SimpleDataStore() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
get(String componentName)
return a snapshot value of componentName
|
Object |
get(String componentName,
String key) |
void |
put(String componentName,
String key,
Object value) |
void |
remove(String componentName,
String key) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.