|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.named.LookupStrategyTableScan
public class LookupStrategyTableScan
Determine events to be deleted from a named window using the where-clause and full table scan.
Constructor Summary | |
---|---|
LookupStrategyTableScan(ExprNode joinExpr,
Iterable<EventBean> iterable)
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 LookupStrategyTableScan(ExprNode joinExpr, Iterable<EventBean> iterable)
joinExpr
- is the where clauseiterable
- is the named window's data window iteratorMethod 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 |