@ManagedResource public interface MetadataStore
Modifier and Type | Method and Description |
---|---|
String |
get(String key)
Reads a value for the given key from this MetadataStore.
|
void |
put(String key,
String value)
Writes a key value pair to this MetadataStore.
|
String |
remove(String key)
Remove a value for the given key from this MetadataStore.
|
void put(String key, String value)
key
- The key.value
- The value.@ManagedAttribute String get(String key)
key
- The key.@ManagedAttribute String remove(String key)
key
- The key.