org.apache.hadoop.hive.ql.plan
Class TezEdgeProperty

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.TezEdgeProperty

public class TezEdgeProperty
extends Object


Nested Class Summary
static class TezEdgeProperty.EdgeType
           
 
Constructor Summary
TezEdgeProperty(HiveConf hiveConf, TezEdgeProperty.EdgeType edgeType, int buckets)
           
TezEdgeProperty(TezEdgeProperty.EdgeType edgeType)
           
 
Method Summary
 TezEdgeProperty.EdgeType getEdgeType()
           
 HiveConf getHiveConf()
           
 int getNumBuckets()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TezEdgeProperty

public TezEdgeProperty(HiveConf hiveConf,
                       TezEdgeProperty.EdgeType edgeType,
                       int buckets)

TezEdgeProperty

public TezEdgeProperty(TezEdgeProperty.EdgeType edgeType)
Method Detail

getEdgeType

public TezEdgeProperty.EdgeType getEdgeType()

getHiveConf

public HiveConf getHiveConf()

getNumBuckets

public int getNumBuckets()


Copyright © 2014 The Apache Software Foundation. All rights reserved.