public interface OpenMetadataArchiveStore
OpenMetadataArchiveStore is the interface for a connector to an open metadata archive. The open metadata archive is a collection of type definitions (TypeDefs) and metadata instances (Entities and Relationships) that can be loaded into an open metadata repository.
An open metadata archive has 3 sections:
| Modifier and Type | Method and Description |
|---|---|
OpenMetadataArchive |
getArchiveContents()
Return the contents of the archive.
|
void |
setArchiveContents(OpenMetadataArchive archiveContents)
Set new contents into the archive.
|
OpenMetadataArchive getArchiveContents()
void setArchiveContents(OpenMetadataArchive archiveContents)
archiveContents - OpenMetadataArchive objectCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.