Class OnExprViewTableSelect
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.OnExprViewTableSelect
- All Implemented Interfaces:
StopCallback
,View
,Viewable
,Iterable<EventBean>
-
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
-
Constructor Summary
ConstructorDescriptionOnExprViewTableSelect
(SubordWMatchExprLookupStrategy lookupStrategy, TableInstance tableInstance, AgentInstanceContext agentInstanceContext, ResultSetProcessor resultSetProcessor, InfraOnSelectViewFactory parent, boolean audit, boolean deleteAndSelect, TableInstance tableInstanceInsertInto, ExprEvaluator eventPrecedence) -
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
-
OnExprViewTableSelect
public OnExprViewTableSelect(SubordWMatchExprLookupStrategy lookupStrategy, TableInstance tableInstance, AgentInstanceContext agentInstanceContext, ResultSetProcessor resultSetProcessor, InfraOnSelectViewFactory parent, boolean audit, boolean deleteAndSelect, TableInstance tableInstanceInsertInto, ExprEvaluator eventPrecedence)
-
-
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
-