com.espertech.esper.epl.core
Class ResultSetProcessorAggregateGroupedOutputLastHelperImpl

java.lang.Object
  extended by com.espertech.esper.epl.core.ResultSetProcessorAggregateGroupedOutputLastHelperImpl
All Implemented Interfaces:
ResultSetProcessorAggregateGroupedOutputLastHelper

public class ResultSetProcessorAggregateGroupedOutputLastHelperImpl
extends java.lang.Object
implements ResultSetProcessorAggregateGroupedOutputLastHelper


Constructor Summary
ResultSetProcessorAggregateGroupedOutputLastHelperImpl(ResultSetProcessorAggregateGrouped processor)
           
 
Method Summary
 void destroy()
           
 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)
           
 void remove(java.lang.Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetProcessorAggregateGroupedOutputLastHelperImpl

public ResultSetProcessorAggregateGroupedOutputLastHelperImpl(ResultSetProcessorAggregateGrouped processor)
Method Detail

processView

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

processJoin

public void processJoin(java.util.Set<MultiKey<EventBean>> newData,
                        java.util.Set<MultiKey<EventBean>> oldData,
                        boolean isGenerateSynthetic)
Specified by:
processJoin in interface ResultSetProcessorAggregateGroupedOutputLastHelper

outputView

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

outputJoin

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

remove

public void remove(java.lang.Object key)
Specified by:
remove in interface ResultSetProcessorAggregateGroupedOutputLastHelper

destroy

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

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