Class OutputProcessViewDirectPostProcess
java.lang.Object
com.espertech.esper.common.internal.epl.output.core.OutputProcessView
com.espertech.esper.common.internal.epl.output.view.OutputProcessViewDirect
com.espertech.esper.common.internal.epl.output.view.OutputProcessViewDirectPostProcess
- All Implemented Interfaces:
AgentInstanceMgmtCallback
,JoinSetIndicator
,JoinSetProcessor
,OutputProcessViewTerminable
,View
,Viewable
,Iterable<EventBean>
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.epl.output.core.OutputProcessView
child, EPTYPE, joinExecutionStrategy, parentView
Fields inherited from interface com.espertech.esper.common.internal.context.util.AgentInstanceMgmtCallback
INSTANCE_NO_ACTION
-
Constructor Summary
ConstructorDescriptionOutputProcessViewDirectPostProcess
(AgentInstanceContext agentInstanceContext, ResultSetProcessor resultSetProcessor, OutputStrategyPostProcess postProcessor) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
postProcess
(boolean force, UniformPair<EventBean[]> newOldEvents, UpdateDispatchView childView) Methods inherited from class com.espertech.esper.common.internal.epl.output.view.OutputProcessViewDirect
getEventType, getNumChangesetRows, getOptionalOutputCondition, iterator, process, stop, terminated, update
Methods inherited from class com.espertech.esper.common.internal.epl.output.core.OutputProcessView
getChild, getParent, setChild, setJoinExecutionStrategy, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.espertech.esper.common.internal.context.util.AgentInstanceMgmtCallback
transfer
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
OutputProcessViewDirectPostProcess
public OutputProcessViewDirectPostProcess(AgentInstanceContext agentInstanceContext, ResultSetProcessor resultSetProcessor, OutputStrategyPostProcess postProcessor)
-
-
Method Details
-
postProcess
protected void postProcess(boolean force, UniformPair<EventBean[]> newOldEvents, UpdateDispatchView childView) - Overrides:
postProcess
in classOutputProcessViewDirect
-