Uses of Class
com.espertech.esper.common.internal.context.util.EPStatementHandle
Package
Description
-
Uses of EPStatementHandle in com.espertech.esper.common.internal.context.aifactory.ontrigger.onsplit
Modifier and TypeFieldDescriptionprotected final EPStatementHandle
RouteResultViewHandlerBase.epStatementHandle
ModifierConstructorDescriptionRouteResultView
(boolean isFirst, EventType eventType, EPStatementHandle epStatementHandle, InternalEventRouter internalEventRouter, TableInstance[] tableInstances, OnSplitItemEval[] items, ResultSetProcessor[] processors, AgentInstanceContext agentInstanceContext) RouteResultViewHandlerAll
(EPStatementHandle epStatementHandle, InternalEventRouter internalEventRouter, TableInstance[] tableStateInstances, OnSplitItemEval[] items, ResultSetProcessor[] processors, AgentInstanceContext agentInstanceContext) RouteResultViewHandlerBase
(EPStatementHandle epStatementHandle, InternalEventRouter internalEventRouter, TableInstance[] tableStateInstances, OnSplitItemEval[] items, ResultSetProcessor[] processors, AgentInstanceContext agentInstanceContext) RouteResultViewHandlerFirst
(EPStatementHandle epStatementHandle, InternalEventRouter internalEventRouter, TableInstance[] tableInstances, OnSplitItemEval[] items, ResultSetProcessor[] processors, AgentInstanceContext agentInstanceContext) -
Uses of EPStatementHandle in com.espertech.esper.common.internal.context.util
Modifier and TypeMethodDescriptionStatementContext.getEpStatementHandle()
EPStatementAgentInstanceHandle.getStatementHandle()
Modifier and TypeMethodDescriptionboolean
InsertIntoListener.inserted
(EventBean theEvent, EPStatementHandle statementHandle) void
InternalEventRouteDest.route
(EventBean theEvent, EPStatementHandle statementHandle, boolean addToFront, int precedence) Route the event such that the event is processed as required.void
InternalEventRouterImpl.route
(EventBean theEvent, EPStatementHandle statementHandle, InternalEventRouteDest routeDest, ExprEvaluatorContext exprEvaluatorContext, boolean addToFront, int precedence) ModifierConstructorDescriptionEPStatementAgentInstanceHandle
(EPStatementHandle statementHandle, int agentInstanceId, StatementAgentInstanceLock statementAgentInstanceLock) StatementContext
(ContextRuntimeDescriptor contextRuntimeDescriptor, String deploymentId, int statementId, String statementName, String moduleName, StatementInformationalsRuntime statementInformationals, Object userObjectRuntime, StatementContextRuntimeServices statementContextRuntimeServices, EPStatementHandle epStatementHandle, Map<Integer, FilterSpecActivatable> filterSpecActivatables, PatternSubexpressionPoolStmtSvc patternSubexpressionPoolSvc, RowRecogStatePoolStmtSvc rowRecogStatePoolStmtSvc, ScheduleBucket scheduleBucket, StatementAIResourceRegistry statementAIResourceRegistry, StatementCPCacheService statementCPCacheService, StatementAIFactoryProvider statementAIFactoryProvider, StatementResultService statementResultService, UpdateDispatchView updateDispatchView, FilterService filterService, SchedulingService schedulingService, InternalEventRouteDest internalEventRouteDest)