org.apache.hadoop.hive.ql.hooks
Class LineageInfo.DependencyKey
java.lang.Object
org.apache.hadoop.hive.ql.hooks.LineageInfo.DependencyKey
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- LineageInfo
public static class LineageInfo.DependencyKey
- extends Object
- implements Serializable
Class that captures the lookup key for the dependency. The dependency
is from (DataContainer, FieldSchema) to a Dependency structure. This
class captures the (DataContainer, FieldSchema) tuple.
- See Also:
- Serialized Form
LineageInfo.DependencyKey
public LineageInfo.DependencyKey(LineageInfo.DataContainer dc,
FieldSchema fld)
- Constructor.
- Parameters:
dc
- The associated data container.fld
- The associated field schema.
getDataContainer
public LineageInfo.DataContainer getDataContainer()
getFieldSchema
public FieldSchema getFieldSchema()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2013 The Apache Software Foundation