@Deprecated public class MetadataRecord extends Object
Id.NamespacedId including its properties, tags in a given
MetadataScope| 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.
|
MetadataRecord(MetadataRecord other)
Deprecated.
Returns a new
MetadataRecord from the specified existing MetadataRecord. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
Id.NamespacedId |
getEntityId()
Deprecated.
|
Map<String,String> |
getProperties()
Deprecated.
|
MetadataScope |
getScope()
Deprecated.
|
Set<String> |
getTags()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public MetadataRecord(Id.NamespacedId entityId, MetadataScope scope)
MetadataRecord in the specified MetadataScope.public MetadataRecord(MetadataRecord other)
MetadataRecord from the specified existing MetadataRecord.public MetadataRecord(Id.NamespacedId entityId, MetadataScope scope, Map<String,String> properties, Set<String> tags)
public Id.NamespacedId getEntityId()
public MetadataScope getScope()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.