Uses of Class
org.apache.hadoop.hive.ql.plan.TezEdgeProperty.EdgeType

Packages that use TezEdgeProperty.EdgeType
org.apache.hadoop.hive.ql.plan   
 

Uses of TezEdgeProperty.EdgeType in org.apache.hadoop.hive.ql.plan
 

Fields in org.apache.hadoop.hive.ql.plan declared as TezEdgeProperty.EdgeType
 TezEdgeProperty.EdgeType TezWork.Dependency.type
           
 

Methods in org.apache.hadoop.hive.ql.plan that return TezEdgeProperty.EdgeType
 TezEdgeProperty.EdgeType TezEdgeProperty.getEdgeType()
           
 TezEdgeProperty.EdgeType TezWork.getEdgeType(BaseWork a, BaseWork b)
           
static TezEdgeProperty.EdgeType TezEdgeProperty.EdgeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TezEdgeProperty.EdgeType[] TezEdgeProperty.EdgeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type TezEdgeProperty.EdgeType
TezEdgeProperty(HiveConf hiveConf, TezEdgeProperty.EdgeType edgeType, int buckets)
           
TezEdgeProperty(TezEdgeProperty.EdgeType edgeType)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.