|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.StreamSpecBase
com.espertech.esper.epl.spec.PatternStreamSpecCompiled
public class PatternStreamSpecCompiled
Specification for building an event stream out of a pattern statement and views staggered onto the pattern statement.
The pattern statement is represented by the top EvalNode evaluation node. A pattern statement contains tagged events (i.e. a=A -> b=B). Thus the resulting event type is has properties "a" and "b" of the type of A and B.
Constructor Summary | |
---|---|
PatternStreamSpecCompiled(EvalNode evalNode,
Map<String,EventType> taggedEventTypes,
List<ViewSpec> viewSpecs,
String optionalStreamName,
boolean isUnidirectional)
Ctor. |
Method Summary | |
---|---|
EvalNode |
getEvalNode()
Returns the pattern expression evaluation node for the top pattern operator. |
Map<String,EventType> |
getTaggedEventTypes()
Returns event types tagged in the pattern expression. |
Methods inherited from class com.espertech.esper.epl.spec.StreamSpecBase |
---|
getOptionalStreamName, getViewSpecs, isUnidirectional |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.espertech.esper.epl.spec.StreamSpec |
---|
getOptionalStreamName, getViewSpecs, isUnidirectional |
Constructor Detail |
---|
public PatternStreamSpecCompiled(EvalNode evalNode, Map<String,EventType> taggedEventTypes, List<ViewSpec> viewSpecs, String optionalStreamName, boolean isUnidirectional)
evalNode
- - pattern evaluation node representing pattern statementviewSpecs
- - specifies what view to use to derive datataggedEventTypes
- - event tags and their types as specified in the pattern, copied to allow original collection to changeoptionalStreamName
- - stream name, or null if none suppliedisUnidirectional
- - true to indicate a unidirectional stream in a join, applicable for joinsMethod Detail |
---|
public EvalNode getEvalNode()
public Map<String,EventType> getTaggedEventTypes()
|
© 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 |