|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.join.exec.FullTableScanLookupStrategy
public class FullTableScanLookupStrategy
Lookup on an unindexed table returning the full table as matching events.
Constructor Summary | |
---|---|
FullTableScanLookupStrategy(UnindexedEventTable eventIndex)
Ctor. |
Method Summary | |
---|---|
UnindexedEventTable |
getEventIndex()
Returns the associated table. |
Set<EventBean> |
lookup(EventBean event)
Returns matched events for a event to look up for. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FullTableScanLookupStrategy(UnindexedEventTable eventIndex)
eventIndex
- - table to useMethod Detail |
---|
public Set<EventBean> lookup(EventBean event)
TableLookupStrategy
lookup
in interface TableLookupStrategy
event
- to look up
public UnindexedEventTable getEventIndex()
|
© 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 |