org.apache.pig.impl.util
Class LineageTracer
java.lang.Object
org.apache.pig.impl.util.LineageTracer
public class LineageTracer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineageTracer
public LineageTracer()
insert
public void insert(Tuple t)
union
public void union(Tuple t1,
Tuple t2)
getRepresentative
public Tuple getRepresentative(Tuple t)
getCounts
public IdentityHashMap<Tuple,Integer> getCounts()
getWeightedCounts
public IdentityHashMap<Tuple,Integer> getWeightedCounts(IdentityHashSet<Tuple> specialTuples,
int multiplier)
getMembers
public Collection<Tuple> getMembers(Tuple t)
getMembershipMap
public IdentityHashMap<Tuple,Collection<Tuple>> getMembershipMap()
Copyright © 2012 The Apache Software Foundation