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

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

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

Methods in org.apache.hadoop.hive.ql.plan.api that return Adjacency
 Adjacency Adjacency.deepCopy()
           
 

Methods in org.apache.hadoop.hive.ql.plan.api that return types with arguments of type Adjacency
 List<Adjacency> Graph.getAdjacencyList()
           
 Iterator<Adjacency> Graph.getAdjacencyListIterator()
           
 

Methods in org.apache.hadoop.hive.ql.plan.api with parameters of type Adjacency
 void Graph.addToAdjacencyList(Adjacency elem)
           
 int Adjacency.compareTo(Adjacency other)
           
 boolean Adjacency.equals(Adjacency that)
           
 

Method parameters in org.apache.hadoop.hive.ql.plan.api with type arguments of type Adjacency
 void Graph.setAdjacencyList(List<Adjacency> adjacencyList)
           
 

Constructors in org.apache.hadoop.hive.ql.plan.api with parameters of type Adjacency
Adjacency(Adjacency other)
          Performs a deep copy on other.
 

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



Copyright © 2012 The Apache Software Foundation