com.espertech.esper.epl.core
Class ResultSetProcessorSimpleOutputAllHelper

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

public class ResultSetProcessorSimpleOutputAllHelper
extends java.lang.Object


Constructor Summary
ResultSetProcessorSimpleOutputAllHelper(ResultSetProcessorSimple processor)
           
 
Method Summary
 UniformPair<EventBean[]> outputJoin(boolean isSynthesize)
           
 UniformPair<EventBean[]> outputView(boolean isSynthesize)
           
 void processJoin(java.util.Set<MultiKey<EventBean>> newEvents, java.util.Set<MultiKey<EventBean>> oldEvents)
           
 void processView(EventBean[] newData, EventBean[] oldData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetProcessorSimpleOutputAllHelper

public ResultSetProcessorSimpleOutputAllHelper(ResultSetProcessorSimple processor)
Method Detail

processView

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

processJoin

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

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