Package | Description |
---|---|
org.apache.hadoop.hive.ql.plan.api |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Adjacency.setAdjacencyType(AdjacencyType adjacencyType) |
Constructor and Description |
---|
Adjacency(String node,
List<String> children,
AdjacencyType adjacencyType) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.