public class LineageTracer
extends java.lang.Object
Constructor and Description |
---|
LineageTracer() |
Modifier and Type | Method and Description |
---|---|
java.util.IdentityHashMap<Tuple,java.lang.Integer> |
getCounts() |
java.util.Collection<Tuple> |
getMembers(Tuple t) |
java.util.IdentityHashMap<Tuple,java.util.Collection<Tuple>> |
getMembershipMap() |
Tuple |
getRepresentative(Tuple t) |
java.util.IdentityHashMap<Tuple,java.lang.Integer> |
getWeightedCounts(IdentityHashSet<Tuple> specialTuples,
int multiplier) |
void |
insert(Tuple t) |
void |
union(Tuple t1,
Tuple t2) |
public void insert(Tuple t)
public java.util.IdentityHashMap<Tuple,java.lang.Integer> getCounts()
public java.util.IdentityHashMap<Tuple,java.lang.Integer> getWeightedCounts(IdentityHashSet<Tuple> specialTuples, int multiplier)
Copyright © 2007-2012 The Apache Software Foundation