Get the value. (use under lock for this key) @param key key @return return the value, if does not exist, return null valued, min balllot KV
(String key)
| 281 | * min balllot KV |
| 282 | */ |
| 283 | KV get(String key); |
| 284 | |
| 285 | /** |
| 286 | * Get the curent promise for this key |
no outgoing calls