public interface ConcurrentMetadataStore extends MetadataStore
Modifier and Type | Method and Description |
---|---|
String |
putIfAbsent(String key,
String value)
Atomically insert the key into the store.
|
boolean |
replace(String key,
String oldValue,
String newValue)
Atomically replace the value for the key in the store if the old
value matches the oldValue argument.
|
get, put, remove