|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.view.OutputProcessViewBase
com.espertech.esper.epl.view.OutputProcessViewBaseWAfter
com.espertech.esper.epl.view.OutputProcessViewDirectDistinctOrAfter
com.espertech.esper.epl.view.OutputProcessViewDirectDistinctOrAfterPostProcess
public class OutputProcessViewDirectDistinctOrAfterPostProcess
Output process view that does not enforce any output policies and may simply hand over events to child views, but works with distinct and after-output policies
Field Summary |
---|
Fields inherited from class com.espertech.esper.epl.view.OutputProcessViewBaseWAfter |
---|
isAfterConditionSatisfied |
Fields inherited from class com.espertech.esper.epl.view.OutputProcessViewBase |
---|
childView, joinExecutionStrategy, parentView, resultSetProcessor |
Constructor Summary | |
---|---|
OutputProcessViewDirectDistinctOrAfterPostProcess(ResultSetProcessor resultSetProcessor,
java.lang.Long afterConditionTime,
java.lang.Integer afterConditionNumberOfEvents,
boolean afterConditionSatisfied,
OutputProcessViewDirectDistinctOrAfterFactory parent,
OutputStrategyPostProcess postProcessor)
|
Method Summary | |
---|---|
protected void |
postProcess(boolean force,
UniformPair<EventBean[]> newOldEvents,
UpdateDispatchView childView)
|
Methods inherited from class com.espertech.esper.epl.view.OutputProcessViewDirectDistinctOrAfter |
---|
iterator, process, terminated, update |
Methods inherited from class com.espertech.esper.epl.view.OutputProcessViewBaseWAfter |
---|
checkAfterCondition, checkAfterCondition, checkAfterCondition |
Methods inherited from class com.espertech.esper.epl.view.OutputProcessViewBase |
---|
addView, getEventType, getParent, getViews, hasViews, removeAllViews, removeView, setJoinExecutionStrategy, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputProcessViewDirectDistinctOrAfterPostProcess(ResultSetProcessor resultSetProcessor, java.lang.Long afterConditionTime, java.lang.Integer afterConditionNumberOfEvents, boolean afterConditionSatisfied, OutputProcessViewDirectDistinctOrAfterFactory parent, OutputStrategyPostProcess postProcessor)
Method Detail |
---|
protected void postProcess(boolean force, UniformPair<EventBean[]> newOldEvents, UpdateDispatchView childView)
postProcess
in class OutputProcessViewDirectDistinctOrAfter
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |