net.esper.eql.join.plan
Class QueryGraph.GraphKey
java.lang.Object
net.esper.eql.join.plan.QueryGraph.GraphKey
- Enclosing class:
- QueryGraph
public class QueryGraph.GraphKey
- extends Object
Key consisting of 2 integer stream numbers.
QueryGraph.GraphKey
public QueryGraph.GraphKey(int streamOne,
int streamTwo)
- Ctor.
- Parameters:
streamOne
- - from streamstreamTwo
- - to stream
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object