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