| Package | Description |
|---|---|
| co.cask.cdap.proto.audit.payload.metadata | |
| co.cask.cdap.proto.metadata |
| Modifier and Type | Method and Description |
|---|---|
Map<MetadataScope,Metadata> |
MetadataPayload.getAdditions() |
Map<MetadataScope,Metadata> |
MetadataPayload.getDeletions() |
Map<MetadataScope,Metadata> |
MetadataPayload.getPrevious() |
| Constructor and Description |
|---|
MetadataPayload(Map<MetadataScope,Metadata> previous,
Map<MetadataScope,Metadata> additions,
Map<MetadataScope,Metadata> deletions) |
MetadataPayload(Map<MetadataScope,Metadata> previous,
Map<MetadataScope,Metadata> additions,
Map<MetadataScope,Metadata> deletions) |
MetadataPayload(Map<MetadataScope,Metadata> previous,
Map<MetadataScope,Metadata> additions,
Map<MetadataScope,Metadata> deletions) |
| Modifier and Type | Method and Description |
|---|---|
MetadataScope |
MetadataRecord.getScope()
Deprecated.
|
static MetadataScope |
MetadataScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataScope[] |
MetadataScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<MetadataScope,Metadata> |
MetadataSearchResultRecord.getMetadata() |
| Constructor and Description |
|---|
MetadataRecord(Id.NamespacedId entityId,
MetadataScope scope)
Deprecated.
Returns an empty
MetadataRecord in the specified MetadataScope. |
MetadataRecord(Id.NamespacedId entityId,
MetadataScope scope,
Map<String,String> properties,
Set<String> tags)
Deprecated.
|
| Constructor and Description |
|---|
MetadataSearchResultRecord(Id.NamespacedId entityId,
Map<MetadataScope,Metadata> metadata) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.