| Package | Description |
|---|---|
| co.cask.cdap.data2.metadata.dataset | |
| co.cask.cdap.data2.metadata.indexer | |
| co.cask.cdap.data2.metadata.store |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataDataset.setProperty(Id.NamespacedId targetId,
String key,
String value,
Indexer indexer)
Sets a metadata property for the specified
Id.NamespacedId. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultValueIndexer
Default
Indexer for MetadataEntry |
class |
SchemaIndexer
An
Indexer to generate indexes for a Schema |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMetadataStore.setProperties(MetadataScope scope,
Id.NamespacedId entityId,
Map<String,String> properties,
Indexer indexer)
Adds/updates metadata for the specified
Id.NamespacedId. |
void |
NoOpMetadataStore.setProperties(MetadataScope scope,
Id.NamespacedId entityId,
Map<String,String> properties,
Indexer indexer) |
void |
MetadataStore.setProperties(MetadataScope scope,
Id.NamespacedId entityId,
Map<String,String> properties,
Indexer indexer)
Adds/updates properties for the specified
Id.NamespacedId in the specified MetadataScope. |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.