public class TezEdgeProperty extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TezEdgeProperty.EdgeType |
| Constructor and Description |
|---|
TezEdgeProperty(HiveConf hiveConf,
TezEdgeProperty.EdgeType edgeType,
boolean isAutoReduce,
boolean isSlowStart,
int minReducer,
int maxReducer,
long bytesPerReducer,
float minSrcFraction,
float maxSrcFraction) |
TezEdgeProperty(HiveConf hiveConf,
TezEdgeProperty.EdgeType edgeType,
int buckets) |
TezEdgeProperty(TezEdgeProperty.EdgeType edgeType) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBufferSize() |
TezEdgeProperty.EdgeType |
getEdgeType() |
HiveConf |
getHiveConf() |
long |
getInputSizePerReducer() |
int |
getMaxReducer() |
float |
getMaxSrcFraction() |
int |
getMinReducer() |
float |
getMinSrcFraction() |
int |
getNumBuckets() |
boolean |
isAutoReduce() |
boolean |
isSlowStart() |
void |
setAutoReduce(HiveConf hiveConf,
boolean isAutoReduce,
int minReducer,
int maxReducer,
long bytesPerReducer,
float minSrcFraction,
float maxSrcFraction) |
void |
setBufferSize(Integer bufferSize) |
void |
setEdgeType(TezEdgeProperty.EdgeType type) |
void |
setSlowStart(boolean slowStart) |
public TezEdgeProperty(HiveConf hiveConf, TezEdgeProperty.EdgeType edgeType, int buckets)
public TezEdgeProperty(HiveConf hiveConf, TezEdgeProperty.EdgeType edgeType, boolean isAutoReduce, boolean isSlowStart, int minReducer, int maxReducer, long bytesPerReducer, float minSrcFraction, float maxSrcFraction)
public TezEdgeProperty(TezEdgeProperty.EdgeType edgeType)
public void setAutoReduce(HiveConf hiveConf, boolean isAutoReduce, int minReducer, int maxReducer, long bytesPerReducer, float minSrcFraction, float maxSrcFraction)
public TezEdgeProperty.EdgeType getEdgeType()
public HiveConf getHiveConf()
public int getNumBuckets()
public boolean isAutoReduce()
public int getMinReducer()
public int getMaxReducer()
public long getInputSizePerReducer()
public boolean isSlowStart()
public float getMinSrcFraction()
public float getMaxSrcFraction()
public void setSlowStart(boolean slowStart)
public void setBufferSize(Integer bufferSize)
public Integer getBufferSize()
public void setEdgeType(TezEdgeProperty.EdgeType type)
Copyright © 2024 The Apache Software Foundation. All rights reserved.