|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.spec.SelectExprElementStreamCompiledSpec
public class SelectExprElementStreamCompiledSpec
Mirror class to SelectExprElementStreamRawSpec
but added the stream number for the alias.
Constructor Summary | |
---|---|
SelectExprElementStreamCompiledSpec(String streamAliasName,
String optionalAliasName,
int streamNumber,
boolean isTaggedEvent)
Ctor. |
Method Summary | |
---|---|
String |
getOptionalAliasName()
Returns the column alias (e.g. |
String |
getStreamAliasName()
Returns the stream alias (e.g. |
int |
getStreamNumber()
Returns the stream number of the stream for the stream alias. |
boolean |
isTaggedEvent()
Returns true to indicate that we are meaning to select a tagged event in a pattern, or false if selecting an event from a stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectExprElementStreamCompiledSpec(String streamAliasName, String optionalAliasName, int streamNumber, boolean isTaggedEvent)
streamAliasName
- is the stream alias of the stream to selectoptionalAliasName
- is the column aliasstreamNumber
- is the number of the streamisTaggedEvent
- is true to indicate that we are meaning to select a tagged event in a patternMethod Detail |
---|
public String getStreamAliasName()
public String getOptionalAliasName()
public int getStreamNumber()
public boolean isTaggedEvent()
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |