public static class LineageInfo.DependencyKey
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DependencyKey(LineageInfo.DataContainer dc,
FieldSchema fld)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
LineageInfo.DataContainer |
getDataContainer() |
FieldSchema |
getFieldSchema() |
int |
hashCode() |
public DependencyKey(LineageInfo.DataContainer dc, FieldSchema fld)
dc - The associated data container.fld - The associated field schema.public LineageInfo.DataContainer getDataContainer()
public FieldSchema getFieldSchema()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2012 The Apache Software Foundation