| Package | Description |
|---|---|
| co.cask.cdap.data2.metadata.dataset | |
| co.cask.cdap.data2.metadata.indexer |
| Modifier and Type | Method and Description |
|---|---|
MetadataEntry |
MetadataDataset.getProperty(Id.NamespacedId targetId,
String key)
Retrieve the
MetadataEntry corresponding to the specified key for the Id.NamespacedId. |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataEntry> |
MetadataDataset.search(String namespaceId,
String searchQuery,
MetadataSearchTargetType type)
Searches entities that match the specified search query in the specified namespace and
Id.Namespace#SYSTEM
for the specified MetadataSearchTargetType. |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
DefaultValueIndexer.getIndexes(MetadataEntry entry) |
Set<String> |
Indexer.getIndexes(MetadataEntry entry)
Creates the indexes for the
MetadataEntry |
Set<String> |
SchemaIndexer.getIndexes(MetadataEntry entry) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.