|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.ContextDescriptorConditionFilter
public class ContextDescriptorConditionFilter
Context condition that start/initiated or ends/terminates context partitions based on a filter expression.
Constructor Summary | |
---|---|
ContextDescriptorConditionFilter()
Ctor. |
|
ContextDescriptorConditionFilter(Filter filter,
java.lang.String optionalAsName)
Ctor. |
Method Summary | |
---|---|
Filter |
getFilter()
Returns the event stream filter. |
java.lang.String |
getOptionalAsName()
Returns the tag name assigned, if any. |
void |
setFilter(Filter filter)
Sets the event stream filter. |
void |
setOptionalAsName(java.lang.String optionalAsName)
Returns the tag name assigned, if any. |
void |
toEPL(java.io.StringWriter writer,
EPStatementFormatter formatter)
Populate the EPL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextDescriptorConditionFilter()
public ContextDescriptorConditionFilter(Filter filter, java.lang.String optionalAsName)
filter
- event filteroptionalAsName
- tag name of the filtered eventsMethod Detail |
---|
public Filter getFilter()
public java.lang.String getOptionalAsName()
public void setFilter(Filter filter)
filter
- filter to setpublic void setOptionalAsName(java.lang.String optionalAsName)
optionalAsName
- tag namepublic void toEPL(java.io.StringWriter writer, EPStatementFormatter formatter)
ContextDescriptorCondition
toEPL
in interface ContextDescriptorCondition
writer
- outputformatter
- formatter
|
© 2006-2016 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 |