com.espertech.esper.epl.core
Interface ResultSetProcessorRowPerGroupOutputLastHelper
- All Known Implementing Classes:
- ResultSetProcessorRowPerGroupOutputLastHelperImpl
public interface ResultSetProcessorRowPerGroupOutputLastHelper
processView
void processView(EventBean[] newData,
EventBean[] oldData,
boolean isGenerateSynthetic)
processJoin
void processJoin(java.util.Set<MultiKey<EventBean>> newData,
java.util.Set<MultiKey<EventBean>> oldData,
boolean isGenerateSynthetic)
outputView
UniformPair<EventBean[]> outputView(boolean isSynthesize)
outputJoin
UniformPair<EventBean[]> outputJoin(boolean isSynthesize)
remove
void remove(java.lang.Object key)
destroy
void destroy()