com.espertech.esper.epl.core
Class ResultSetProcessorAggregateGroupedOutputLastHelper

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

public class ResultSetProcessorAggregateGroupedOutputLastHelper
extends java.lang.Object


Constructor Summary
ResultSetProcessorAggregateGroupedOutputLastHelper(ResultSetProcessorAggregateGrouped processor)
           
 
Method Summary
 UniformPair<EventBean[]> outputJoin(boolean isSynthesize)
           
 UniformPair<EventBean[]> outputView(boolean isSynthesize)
           
 void processJoin(java.util.Set<MultiKey<EventBean>> newData, java.util.Set<MultiKey<EventBean>> oldData, 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

ResultSetProcessorAggregateGroupedOutputLastHelper

public ResultSetProcessorAggregateGroupedOutputLastHelper(ResultSetProcessorAggregateGrouped processor)
Method Detail

processView

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

processJoin

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

outputView

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

outputJoin

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

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