Uses of Class
org.apache.hadoop.hive.ql.plan.api.AdjacencyType

Packages that use AdjacencyType
org.apache.hadoop.hive.ql.plan.api   
 

Uses of AdjacencyType in org.apache.hadoop.hive.ql.plan.api
 

Methods in org.apache.hadoop.hive.ql.plan.api that return AdjacencyType
static AdjacencyType AdjacencyType.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 AdjacencyType Adjacency.getAdjacencyType()
           
static AdjacencyType AdjacencyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AdjacencyType[] AdjacencyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.plan.api with parameters of type AdjacencyType
 void Adjacency.setAdjacencyType(AdjacencyType adjacencyType)
           
 

Constructors in org.apache.hadoop.hive.ql.plan.api with parameters of type AdjacencyType
Adjacency(String node, List<String> children, AdjacencyType adjacencyType)
           
 



Copyright © 2012 The Apache Software Foundation