| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Method and Description |
|---|---|
KVStore |
KVStore.putValue(String key,
Object val)
Put a simple data into the store with a key.
|
KVStore |
KVStore.putValues(Map<String,Object> kvMap)
Put a map of (key, value) pair into the store.
|
| Constructor and Description |
|---|
KVStore(KVStore copy)
Create a
KVStore by coping another KVStore |
Copyright © 2017. All Rights Reserved.