|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.join.plan.QueryGraph.GraphValue
public static class QueryGraph.GraphValue
Property lists stored as a value for each stream-to-stream relationship.
Constructor Summary | |
---|---|
QueryGraph.GraphValue()
Ctor. |
Method Summary | |
---|---|
boolean |
add(String keyProperty,
String indexProperty)
Add key and index property. |
List<String> |
getPropertiesLeft()
Returns property names for left stream. |
List<String> |
getPropertiesRight()
Returns property names for right stream. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QueryGraph.GraphValue()
Method Detail |
---|
public boolean add(String keyProperty, String indexProperty)
keyProperty
- - key propertyindexProperty
- - index property
public List<String> getPropertiesLeft()
public List<String> getPropertiesRight()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |