Interface OpenMetadataArchiveCache
-
public interface OpenMetadataArchiveCacheOpenMetadataArchiveCache is an optional interface for a builder that is accumulating the archive contents in memory.
An open metadata archive has 3 sections:
- Archive header properties
- Type store: an ordered list of type definitions
- Instance store: a list of entities and relationships
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpenMetadataArchivegetOpenMetadataArchive()Once the content of the archive has been added to the archive builder, an archive object can be retrieved.
-
-
-
Method Detail
-
getOpenMetadataArchive
OpenMetadataArchive getOpenMetadataArchive()
Once the content of the archive has been added to the archive builder, an archive object can be retrieved.- Returns:
- open metadata archive object with all of the supplied content in it.
-
-