|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.named.NamedWindowLookupStrategyAllRows
public class NamedWindowLookupStrategyAllRows
Deletes from a named window all events simply using the named window's data window iterator.
Constructor Summary | |
---|---|
NamedWindowLookupStrategyAllRows(java.lang.Iterable<EventBean> source)
Ctor. |
Method Summary | |
---|---|
EventBean[] |
lookup(EventBean[] newData,
ExprEvaluatorContext exprEvaluatorContext)
Determines the events to be deleted from a named window. |
java.lang.String |
toQueryPlan()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NamedWindowLookupStrategyAllRows(java.lang.Iterable<EventBean> source)
source
- iterator of the data window under the named windowMethod Detail |
---|
public EventBean[] lookup(EventBean[] newData, ExprEvaluatorContext exprEvaluatorContext)
NamedWindowLookupStrategy
lookup
in interface NamedWindowLookupStrategy
newData
- is the correlation eventsexprEvaluatorContext
- expression evaluation context
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toQueryPlan()
toQueryPlan
in interface NamedWindowLookupStrategy
|
© 2006-2014 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 |