| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.tez | |
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Method and Description |
|---|---|
TezWork.VertexType |
CustomVertexConfiguration.getVertexType() |
| Constructor and Description |
|---|
CustomVertexConfiguration(int numBuckets,
TezWork.VertexType vertexType) |
CustomVertexConfiguration(int numBuckets,
TezWork.VertexType vertexType,
String inputName,
int numInputs,
Map<String,Integer> inputToBucketMap) |
| Modifier and Type | Method and Description |
|---|---|
TezWork.VertexType |
TezWork.getVertexType(BaseWork w) |
static TezWork.VertexType |
TezWork.VertexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TezWork.VertexType[] |
TezWork.VertexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TezWork.VertexType.isCustomInputType(TezWork.VertexType vertex) |
void |
TezWork.setVertexType(BaseWork w,
TezWork.VertexType incomingVertexType) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.