com.espertech.esper.epl.view
Class OutputStrategyUtil
java.lang.Object
com.espertech.esper.epl.view.OutputStrategyUtil
public class OutputStrategyUtil
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputStrategyUtil
public OutputStrategyUtil()
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)