com.espertech.esper.epl.core
Class ResultSetProcessorAggregateAllOutputLastHelperImpl

java.lang.Object
  extended by com.espertech.esper.epl.core.ResultSetProcessorAggregateAllOutputLastHelperImpl
All Implemented Interfaces:
ResultSetProcessorAggregateAllOutputLastHelper

public class ResultSetProcessorAggregateAllOutputLastHelperImpl
extends java.lang.Object
implements ResultSetProcessorAggregateAllOutputLastHelper


Constructor Summary
ResultSetProcessorAggregateAllOutputLastHelperImpl(ResultSetProcessorAggregateAll processor)
           
 
Method Summary
 void destroy()
           
 UniformPair<EventBean[]> output()
           
 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

ResultSetProcessorAggregateAllOutputLastHelperImpl

public ResultSetProcessorAggregateAllOutputLastHelperImpl(ResultSetProcessorAggregateAll processor)
Method Detail

processView

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

processJoin

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

output

public UniformPair<EventBean[]> output()
Specified by:
output in interface ResultSetProcessorAggregateAllOutputLastHelper

destroy

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

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