public class GlobalMetaData extends Object implements Serializable
Constructor and Description |
---|
GlobalMetaData(MessageType schema,
Map<String,Set<String>> keyValueMetaData,
Set<String> createdBy) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getCreatedBy() |
Map<String,Set<String>> |
getKeyValueMetaData() |
MessageType |
getSchema() |
FileMetaData |
merge()
Will merge the metadata as if it was coming from a single file.
|
String |
toString() |
public GlobalMetaData(MessageType schema, Map<String,Set<String>> keyValueMetaData, Set<String> createdBy)
schema
- the union of the schemas for all the fileskeyValueMetaData
- the merged app specific metadatacreatedBy
- the description of the library that created the filepublic MessageType getSchema()
public Map<String,Set<String>> getKeyValueMetaData()
public Set<String> getCreatedBy()
public FileMetaData merge()
Copyright © 2015. All rights reserved.