Uses of Class
org.apache.hadoop.hive.ql.hooks.LineageInfo.DependencyType

Packages that use LineageInfo.DependencyType
org.apache.hadoop.hive.ql.hooks   
org.apache.hadoop.hive.ql.optimizer.lineage   
 

Uses of LineageInfo.DependencyType in org.apache.hadoop.hive.ql.hooks
 

Methods in org.apache.hadoop.hive.ql.hooks that return LineageInfo.DependencyType
 LineageInfo.DependencyType LineageInfo.Dependency.getType()
           
static LineageInfo.DependencyType LineageInfo.DependencyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LineageInfo.DependencyType[] LineageInfo.DependencyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.hooks with parameters of type LineageInfo.DependencyType
 void LineageInfo.Dependency.setType(LineageInfo.DependencyType type)
           
 

Uses of LineageInfo.DependencyType in org.apache.hadoop.hive.ql.optimizer.lineage
 

Methods in org.apache.hadoop.hive.ql.optimizer.lineage that return LineageInfo.DependencyType
static LineageInfo.DependencyType LineageCtx.getNewDependencyType(LineageInfo.DependencyType old_type, LineageInfo.DependencyType curr_type)
          Gets the new dependency type by comparing the old dependency type and the current dependency type.
 

Methods in org.apache.hadoop.hive.ql.optimizer.lineage with parameters of type LineageInfo.DependencyType
static LineageInfo.DependencyType LineageCtx.getNewDependencyType(LineageInfo.DependencyType old_type, LineageInfo.DependencyType curr_type)
          Gets the new dependency type by comparing the old dependency type and the current dependency type.
 



Copyright © 2010 The Apache Software Foundation