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