|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JoinSetComposer
Interface for populating a join tuple result set from new data and old data for each stream.
Method Summary | |
---|---|
void |
destroy()
Destroy stateful index tables, if any. |
void |
init(EventBean[][] eventsPerStream)
Provides initialization events per stream to composer to populate join indexes, if required |
UniformPair<java.util.Set<MultiKey<EventBean>>> |
join(EventBean[][] newDataPerStream,
EventBean[][] oldDataPerStream,
ExprEvaluatorContext exprEvaluatorContext)
Return join tuple result set from new data and old data for each stream. |
java.util.Set<MultiKey<EventBean>> |
staticJoin()
For use in iteration over join statements, this must build a join tuple result set from all events in indexes, executing query strategies for each. |
void |
visitIndexes(StatementAgentInstancePostLoadIndexVisitor visitor)
|
Method Detail |
---|
void init(EventBean[][] eventsPerStream)
eventsPerStream
- is an array of events for each stream, with null elements to indicate no events for a streamUniformPair<java.util.Set<MultiKey<EventBean>>> join(EventBean[][] newDataPerStream, EventBean[][] oldDataPerStream, ExprEvaluatorContext exprEvaluatorContext)
newDataPerStream
- - for each stream the event array (can be null).oldDataPerStream
- - for each stream the event array (can be null).exprEvaluatorContext
- expression evaluation context
java.util.Set<MultiKey<EventBean>> staticJoin()
void destroy()
void visitIndexes(StatementAgentInstancePostLoadIndexVisitor visitor)
|
© 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 |