public class MapMetadata extends Object implements Metadata, Serializable
| Constructor and Description |
|---|
MapMetadata() |
MapMetadata(FetchHints fetchHints) |
MapMetadata(Metadata copyFromMetadata) |
MapMetadata(Metadata copyFromMetadata,
FetchHints fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
add(String key,
Value value,
Visibility visibility) |
void |
clear() |
boolean |
containsKey(String key) |
Collection<Metadata.Entry> |
entrySet() |
boolean |
equals(Object obj) |
Collection<Metadata.Entry> |
getEntries(String key) |
com.mware.ge.MapMetadata.Entry |
getEntry(String key) |
com.mware.ge.MapMetadata.Entry |
getEntry(String key,
Visibility visibility) |
FetchHints |
getFetchHints() |
void |
remove(String key) |
void |
remove(String key,
Visibility visibility) |
public MapMetadata()
public MapMetadata(FetchHints fetchHints)
public MapMetadata(Metadata copyFromMetadata)
public MapMetadata(Metadata copyFromMetadata, FetchHints fetchHints)
public Metadata add(String key, Value value, Visibility visibility)
public void remove(String key, Visibility visibility)
public Collection<Metadata.Entry> entrySet()
public com.mware.ge.MapMetadata.Entry getEntry(String key, Visibility visibility)
public com.mware.ge.MapMetadata.Entry getEntry(String key)
public Collection<Metadata.Entry> getEntries(String key)
getEntries in interface Metadatapublic boolean containsKey(String key)
containsKey in interface Metadatapublic FetchHints getFetchHints()
getFetchHints in interface MetadataCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.