com.espertech.esper.epl.core
Class ResultSetProcessorAggregateAllOutputAllHelperImpl

java.lang.Object
  extended by com.espertech.esper.epl.core.ResultSetProcessorAggregateAllOutputAllHelperImpl
All Implemented Interfaces:
ResultSetProcessorAggregateAllOutputAllHelper

public class ResultSetProcessorAggregateAllOutputAllHelperImpl
extends java.lang.Object
implements ResultSetProcessorAggregateAllOutputAllHelper


Constructor Summary
ResultSetProcessorAggregateAllOutputAllHelperImpl(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

ResultSetProcessorAggregateAllOutputAllHelperImpl

public ResultSetProcessorAggregateAllOutputAllHelperImpl(ResultSetProcessorAggregateAll processor)
Method Detail

processView

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

processJoin

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

output

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

destroy

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

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