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,
int minReducer,
int maxReducer,
long bytesPerReducer) |
TezEdgeProperty(HiveConf hiveConf,
TezEdgeProperty.EdgeType edgeType,
int buckets) |
TezEdgeProperty(TezEdgeProperty.EdgeType edgeType) |
Modifier and Type | Method and Description |
---|---|
TezEdgeProperty.EdgeType |
getEdgeType() |
HiveConf |
getHiveConf() |
long |
getInputSizePerReducer() |
int |
getMaxReducer() |
int |
getMinReducer() |
int |
getNumBuckets() |
boolean |
isAutoReduce() |
public TezEdgeProperty(HiveConf hiveConf, TezEdgeProperty.EdgeType edgeType, int buckets)
public TezEdgeProperty(HiveConf hiveConf, TezEdgeProperty.EdgeType edgeType, boolean isAutoReduce, int minReducer, int maxReducer, long bytesPerReducer)
public TezEdgeProperty(TezEdgeProperty.EdgeType edgeType)
public TezEdgeProperty.EdgeType getEdgeType()
public HiveConf getHiveConf()
public int getNumBuckets()
public boolean isAutoReduce()
public int getMinReducer()
public int getMaxReducer()
public long getInputSizePerReducer()
Copyright © 2017 The Apache Software Foundation. All rights reserved.