com.espertech.esper.epl.core
Interface ResultSetProcessorRowForAllOutputLastHelper

All Known Implementing Classes:
ResultSetProcessorRowForAllOutputLastHelperImpl

public interface ResultSetProcessorRowForAllOutputLastHelper


Method Summary
 void destroy()
           
 UniformPair<EventBean[]> outputJoin(boolean isSynthesize)
           
 UniformPair<EventBean[]> outputView(boolean isSynthesize)
           
 void processJoin(java.util.Set<MultiKey<EventBean>> newEvents, java.util.Set<MultiKey<EventBean>> oldEvents, boolean isGenerateSynthetic)
           
 void processView(EventBean[] newData, EventBean[] oldData, boolean isGenerateSynthetic)
           
 

Method Detail

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)

outputView

UniformPair<EventBean[]> outputView(boolean isSynthesize)

outputJoin

UniformPair<EventBean[]> outputJoin(boolean isSynthesize)

destroy

void destroy()

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com