public class CustomVertexConfiguration extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
CustomVertexConfiguration() |
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 |
|---|---|
String |
getInputName() |
Map<String,Integer> |
getInputToBucketMap() |
int |
getNumBuckets() |
int |
getNumInputs() |
TezWork.VertexType |
getVertexType() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public CustomVertexConfiguration()
public CustomVertexConfiguration(int numBuckets,
TezWork.VertexType vertexType)
public CustomVertexConfiguration(int numBuckets,
TezWork.VertexType vertexType,
String inputName,
int numInputs,
Map<String,Integer> inputToBucketMap)
public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic int getNumBuckets()
public TezWork.VertexType getVertexType()
public String getInputName()
public int getNumInputs()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.