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

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

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

Methods in org.apache.hadoop.hive.ql.plan.api that return NodeType
static NodeType NodeType.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 NodeType Graph.getNodeType()
           
static NodeType NodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeType[] NodeType.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 NodeType
 void Graph.setNodeType(NodeType nodeType)
           
 

Constructors in org.apache.hadoop.hive.ql.plan.api with parameters of type NodeType
Graph(NodeType nodeType, List<String> roots, List<Adjacency> adjacencyList)
           
 



Copyright © 2011 The Apache Software Foundation