com.espertech.esper.epl.core
Class ResultSetProcessorRowForAllOutputAllHelper

java.lang.Object
  extended by com.espertech.esper.epl.core.ResultSetProcessorRowForAllOutputAllHelper

public class ResultSetProcessorRowForAllOutputAllHelper
extends java.lang.Object


Constructor Summary
ResultSetProcessorRowForAllOutputAllHelper(ResultSetProcessorRowForAll processor)
           
 
Method Summary
 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

ResultSetProcessorRowForAllOutputAllHelper

public ResultSetProcessorRowForAllOutputAllHelper(ResultSetProcessorRowForAll processor)
Method Detail

processView

public void processView(EventBean[] newData,
                        EventBean[] oldData,
                        boolean isGenerateSynthetic)

processJoin

public void processJoin(java.util.Set<MultiKey<EventBean>> newEvents,
                        java.util.Set<MultiKey<EventBean>> oldEvents,
                        boolean isGenerateSynthetic)

outputView

public UniformPair<EventBean[]> outputView(boolean isGenerateSynthetic)

outputJoin

public UniformPair<EventBean[]> outputJoin(boolean isGenerateSynthetic)

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