com.espertech.esper.epl.core
Class ResultSetProcessorRowForAllOutputAllHelperImpl

java.lang.Object
  extended by com.espertech.esper.epl.core.ResultSetProcessorRowForAllOutputAllHelperImpl
All Implemented Interfaces:
ResultSetProcessorRowForAllOutputAllHelper

public class ResultSetProcessorRowForAllOutputAllHelperImpl
extends java.lang.Object
implements ResultSetProcessorRowForAllOutputAllHelper


Constructor Summary
ResultSetProcessorRowForAllOutputAllHelperImpl(ResultSetProcessorRowForAll processor)
           
 
Method Summary
 void destroy()
           
 UniformPair<EventBean[]> outputJoin(boolean isGenerateSynthetic)
           
 UniformPair<EventBean[]> outputView(boolean isGenerateSynthetic)
           
 void processJoin(java.util.Set<MultiKey<EventBean>> newEvents, java.util.Set<MultiKey<EventBean>> oldEvents, boolean isGenerateSynthetic)
           
 void processView(EventBean[] newData, EventBean[] oldData, boolean isGenerateSynthetic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetProcessorRowForAllOutputAllHelperImpl

public ResultSetProcessorRowForAllOutputAllHelperImpl(ResultSetProcessorRowForAll processor)
Method Detail

processView

public void processView(EventBean[] newData,
                        EventBean[] oldData,
                        boolean isGenerateSynthetic)
Specified by:
processView in interface ResultSetProcessorRowForAllOutputAllHelper

processJoin

public void processJoin(java.util.Set<MultiKey<EventBean>> newEvents,
                        java.util.Set<MultiKey<EventBean>> oldEvents,
                        boolean isGenerateSynthetic)
Specified by:
processJoin in interface ResultSetProcessorRowForAllOutputAllHelper

outputView

public UniformPair<EventBean[]> outputView(boolean isGenerateSynthetic)
Specified by:
outputView in interface ResultSetProcessorRowForAllOutputAllHelper

outputJoin

public UniformPair<EventBean[]> outputJoin(boolean isGenerateSynthetic)
Specified by:
outputJoin in interface ResultSetProcessorRowForAllOutputAllHelper

destroy

public void destroy()
Specified by:
destroy in interface ResultSetProcessorRowForAllOutputAllHelper

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