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