com.espertech.esper.epl.core
Interface ResultSetProcessorAggregateAllOutputAllHelper
- All Known Implementing Classes:
- ResultSetProcessorAggregateAllOutputAllHelperImpl
public interface ResultSetProcessorAggregateAllOutputAllHelper
processView
void processView(EventBean[] newData,
EventBean[] oldData,
boolean isGenerateSynthetic)
processJoin
void processJoin(java.util.Set<MultiKey<EventBean>> newEvents,
java.util.Set<MultiKey<EventBean>> oldEvents,
boolean isGenerateSynthetic)
output
UniformPair<EventBean[]> output()
destroy
void destroy()