public interface StoreKeyValue
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StoreKeyValue.Factory |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte[] |
getBytes(String key) |
void |
put(String key,
byte[] value) |