All Known Implementing Classes:
DynamicArchiveService.ArchiveDestination, OMRSArchiveBuilder

public interface OpenMetadataArchiveCache

OpenMetadataArchiveCache 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

    Modifier and Type
    Method
    Description
    Once the content of the archive has been added to the archive builder, an archive object can be retrieved.
  • Method Details

    • 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 the supplied content in it.