|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.FilterSpecRaw
public class FilterSpecRaw
Filter definition in an un-validated and un-resolved form.
Event type and expression nodes in this filter specification are not yet validated, optimized for resolved against actual streams.
Constructor Summary | |
---|---|
FilterSpecRaw()
Default ctor. |
|
FilterSpecRaw(java.lang.String eventTypeName,
java.util.List<ExprNode> filterExpressions,
PropertyEvalSpec optionalPropertyEvalSpec)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getEventTypeName()
Returns the event type name of the events we are looking for. |
java.util.List<ExprNode> |
getFilterExpressions()
Returns the list of filter expressions. |
PropertyEvalSpec |
getOptionalPropertyEvalSpec()
Returns the property evaluation specification, if any, or null if no properties evaluated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterSpecRaw(java.lang.String eventTypeName, java.util.List<ExprNode> filterExpressions, PropertyEvalSpec optionalPropertyEvalSpec)
eventTypeName
- is the name of the event typefilterExpressions
- is a list of expression nodes representing individual filter expressionsoptionalPropertyEvalSpec
- specification for a property selectpublic FilterSpecRaw()
Method Detail |
---|
public java.lang.String getEventTypeName()
public java.util.List<ExprNode> getFilterExpressions()
public PropertyEvalSpec getOptionalPropertyEvalSpec()
|
© 2006-2015 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 |