@Beta public interface MetadataReader
Modifier and Type | Method and Description |
---|---|
Map<MetadataScope,Metadata> |
getMetadata(MetadataEntity metadataEntity)
Returns a Map of
MetadataScope to Metadata representing all metadata (including properties
and tags) for the specified MetadataEntity in both MetadataScope.USER and
MetadataScope.SYSTEM . |
Metadata |
getMetadata(MetadataScope scope,
MetadataEntity metadataEntity)
Returns a
Metadata representing all metadata (including properties and tags) for the specified
MetadataEntity in the specified MetadataScope . |
Map<MetadataScope,Metadata> getMetadata(MetadataEntity metadataEntity) throws MetadataException
MetadataScope
to Metadata
representing all metadata (including properties
and tags) for the specified MetadataEntity
in both MetadataScope.USER
and
MetadataScope.SYSTEM
. The map will be empty if the there is no metadata associated with the given
metadataEntity.MetadataException
- if the metadata operation failsMetadata getMetadata(MetadataScope scope, MetadataEntity metadataEntity) throws MetadataException
Metadata
representing all metadata (including properties and tags) for the specified
MetadataEntity
in the specified MetadataScope
. Metadata
will be empty if the there is no
metadata associated with the given metadataEntity.MetadataException
- if the metadata operation failsCopyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.