Class OnExprViewTableDelete
java.lang.Object
com.espertech.esper.common.internal.view.core.ViewSupport
com.espertech.esper.common.internal.epl.ontrigger.OnExprViewTableBase
com.espertech.esper.common.internal.epl.ontrigger.OnExprViewTableDelete
- All Implemented Interfaces:
StopCallback
,View
,Viewable
,Iterable<EventBean>
View for the on-delete statement that handles removing events from a named window.
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.epl.ontrigger.OnExprViewTableBase
acquireWriteLock, agentInstanceContext, lookupStrategy, tableInstance
Fields inherited from class com.espertech.esper.common.internal.view.core.ViewSupport
child, parent
-
Constructor Summary
ConstructorDescriptionOnExprViewTableDelete
(SubordWMatchExprLookupStrategy lookupStrategy, TableInstance rootView, AgentInstanceContext agentInstanceContext) -
Method Summary
Modifier and TypeMethodDescriptionProvides metadata information about the type of object the event collection contains.void
handleMatching
(EventBean[] triggerEvents, EventBean[] matchingEvents) Methods inherited from class com.espertech.esper.common.internal.epl.ontrigger.OnExprViewTableBase
getExprEvaluatorContext, iterator, stop, update
Methods inherited from class com.espertech.esper.common.internal.view.core.ViewSupport
getChild, getParent, setChild, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
OnExprViewTableDelete
public OnExprViewTableDelete(SubordWMatchExprLookupStrategy lookupStrategy, TableInstance rootView, AgentInstanceContext agentInstanceContext)
-
-
Method Details
-
handleMatching
- Specified by:
handleMatching
in classOnExprViewTableBase
-
getEventType
Description copied from interface:Viewable
Provides metadata information about the type of object the event collection contains.- Specified by:
getEventType
in interfaceViewable
- Overrides:
getEventType
in classOnExprViewTableBase
- Returns:
- metadata for the objects in the collection
-