com.espertech.esper.core.context.factory
Class StatementAgentInstanceFactoryOnTriggerBase
java.lang.Object
com.espertech.esper.core.context.factory.StatementAgentInstanceFactoryOnTriggerBase
- All Implemented Interfaces:
- StatementAgentInstanceFactory
- Direct Known Subclasses:
- StatementAgentInstanceFactoryOnTriggerNamedWindow, StatementAgentInstanceFactoryOnTriggerSetVariable, StatementAgentInstanceFactoryOnTriggerSplit, StatementAgentInstanceFactoryOnTriggerTable
public abstract class StatementAgentInstanceFactoryOnTriggerBase
- extends java.lang.Object
- implements StatementAgentInstanceFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
statementContext
protected final StatementContext statementContext
statementSpec
protected final StatementSpecCompiled statementSpec
services
protected final EPServicesContext services
StatementAgentInstanceFactoryOnTriggerBase
public StatementAgentInstanceFactoryOnTriggerBase(StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
ViewableActivator activator,
SubSelectStrategyCollection subSelectStrategyCollection)
determineOnExprView
public abstract StatementAgentInstanceFactoryOnTriggerBase.OnExprViewResult determineOnExprView(AgentInstanceContext agentInstanceContext,
java.util.List<StopCallback> stopCallbacks)
determineFinalOutputView
public abstract View determineFinalOutputView(AgentInstanceContext agentInstanceContext,
View onExprView)
newContext
public StatementAgentInstanceFactoryOnTriggerResult newContext(AgentInstanceContext agentInstanceContext,
boolean isRecoveringResilient)
- Specified by:
newContext
in interface StatementAgentInstanceFactory