net.esper.eql.join.plan
Class QueryGraphKey
java.lang.Object
net.esper.eql.join.plan.QueryGraphKey
public class QueryGraphKey
- extends Object
Key consisting of 2 integer stream numbers, for use by QueryGraph
.
Constructor Summary |
QueryGraphKey(int streamOne,
int streamTwo)
Ctor. |
QueryGraphKey
public QueryGraphKey(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