com.espertech.esper.epl.view
Class OutputStrategyUtil

java.lang.Object
  extended by com.espertech.esper.epl.view.OutputStrategyUtil

public class OutputStrategyUtil
extends java.lang.Object


Constructor Summary
OutputStrategyUtil()
           
 
Method Summary
static java.util.Iterator<EventBean> getIterator(JoinExecutionStrategy joinExecutionStrategy, ResultSetProcessor resultSetProcessor, Viewable parentView, boolean distinct)
           
static void indicateEarlyReturn(StatementContext statementContext, UniformPair<EventBean[]> newOldEvents)
          Indicate statement result.
static void output(boolean forceUpdate, UniformPair<EventBean[]> result, UpdateDispatchView finalView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputStrategyUtil

public OutputStrategyUtil()
Method Detail

output

public static void output(boolean forceUpdate,
                          UniformPair<EventBean[]> result,
                          UpdateDispatchView finalView)

indicateEarlyReturn

public static void indicateEarlyReturn(StatementContext statementContext,
                                       UniformPair<EventBean[]> newOldEvents)
Indicate statement result.

Parameters:
newOldEvents - result

getIterator

public static java.util.Iterator<EventBean> getIterator(JoinExecutionStrategy joinExecutionStrategy,
                                                        ResultSetProcessor resultSetProcessor,
                                                        Viewable parentView,
                                                        boolean distinct)

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