Interface Repository
- All Known Implementing Classes:
RepositoryImpl
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
-
Method Details
-
getCursors
Supply events for performing look ups for a given stream.- Parameters:
lookupStream
- is the stream to perform lookup for- Returns:
- an iterator over events with additional positioning information
-
addResult
Add a lookup result.- Parameters:
cursor
- provides result position and parent event and node informationlookupResults
- is the events foundresultStream
- is the stream number of the stream providing the results
-