| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.plan.api |
| Modifier and Type | Method and Description |
|---|---|
Adjacency |
Adjacency.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<Adjacency> |
Graph.getAdjacencyList() |
Iterator<Adjacency> |
Graph.getAdjacencyListIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.addToAdjacencyList(Adjacency elem) |
int |
Adjacency.compareTo(Adjacency other) |
boolean |
Adjacency.equals(Adjacency that) |
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.setAdjacencyList(List<Adjacency> adjacencyList) |
| Constructor and Description |
|---|
Adjacency(Adjacency other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
Graph(NodeType nodeType,
List<String> roots,
List<Adjacency> adjacencyList) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.