Class OutputProcessView
java.lang.Object
com.espertech.esper.common.internal.epl.output.core.OutputProcessView
- All Implemented Interfaces:
AgentInstanceMgmtCallback
,JoinSetIndicator
,JoinSetProcessor
,OutputProcessViewTerminable
,View
,Viewable
,Iterable<EventBean>
- Direct Known Subclasses:
NamedWindowOutputProcessView
,OutputProcessViewBaseWAfter
,OutputProcessViewDirect
,OutputProcessViewDirectSimpleImpl
,OutputProcessViewSimple
,OutputProcessViewSimpleWProcessor
public abstract class OutputProcessView
extends Object
implements View, JoinSetIndicator, AgentInstanceMgmtCallback, OutputProcessViewTerminable
-
Field Summary
Modifier and TypeFieldDescriptionprotected UpdateDispatchView
static final EPTypeClass
protected JoinExecutionStrategy
protected Viewable
Fields inherited from interface com.espertech.esper.common.internal.context.util.AgentInstanceMgmtCallback
INSTANCE_NO_ACTION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetChild()
abstract int
abstract OutputCondition
Returns the View's parent Viewable.void
void
setJoinExecutionStrategy
(JoinExecutionStrategy execution) void
Called when the View is added to a Viewable object.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
stop, transfer
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface com.espertech.esper.common.internal.epl.join.base.JoinSetProcessor
process
Methods inherited from interface com.espertech.esper.common.internal.epl.output.core.OutputProcessViewTerminable
terminated
Methods inherited from interface com.espertech.esper.common.internal.view.core.Viewable
getEventType, iterator
-
Field Details
-
EPTYPE
-
parentView
-
child
-
joinExecutionStrategy
-
-
Constructor Details
-
OutputProcessView
public OutputProcessView()
-
-
Method Details
-
getParent
Description copied from interface:View
Returns the View's parent Viewable. -
setParent
Description copied from interface:View
Called when the View is added to a Viewable object. -
setChild
-
getChild
-
setJoinExecutionStrategy
-
getNumChangesetRows
public abstract int getNumChangesetRows() -
getOptionalOutputCondition
-