|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.join.plan.QueryGraphValue
public class QueryGraphValue
Property lists stored as a value for each stream-to-stream relationship, for use by QueryGraph
.
Constructor Summary | |
---|---|
QueryGraphValue()
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 QueryGraphValue()
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 |