|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Repository
An interface for a repository of events in a lookup/join scheme that supplies events for event stream table lookups and receives results of lookups.
Method Summary | |
---|---|
void |
addResult(Cursor cursor,
java.util.Set<EventBean> lookupResults,
int resultStream)
Add a lookup result. |
java.util.Iterator<Cursor> |
getCursors(int lookupStream)
Supply events for performing look ups for a given stream. |
Method Detail |
---|
java.util.Iterator<Cursor> getCursors(int lookupStream)
lookupStream
- is the stream to perform lookup for
void addResult(Cursor cursor, java.util.Set<EventBean> lookupResults, int resultStream)
cursor
- provides result position and parent event and node informationlookupResults
- is the events foundresultStream
- is the stream number of the stream providing the results
|
© 2006-2015 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 |