org.apache.hadoop.hive.ql.plan
Class TezWork.Dependency

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.TezWork.Dependency
All Implemented Interfaces:
Serializable
Enclosing class:
TezWork

public class TezWork.Dependency
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 TezEdgeProperty.EdgeType type
           
 BaseWork w
           
 
Constructor Summary
TezWork.Dependency()
           
 
Method Summary
 String getName()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

w

public BaseWork w

type

public TezEdgeProperty.EdgeType type
Constructor Detail

TezWork.Dependency

public TezWork.Dependency()
Method Detail

getName

public String getName()

getType

public String getType()


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