com.espertech.esper.core.context.activator
Class ViewableActivatorStreamReuseView
java.lang.Object
com.espertech.esper.core.context.activator.ViewableActivatorStreamReuseView
- All Implemented Interfaces:
- ViewableActivator, StopCallback
public class ViewableActivatorStreamReuseView
- extends java.lang.Object
- implements ViewableActivator, StopCallback
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewableActivatorStreamReuseView
public ViewableActivatorStreamReuseView(EPServicesContext services,
StatementContext statementContext,
StatementSpecCompiled statementSpec,
FilterStreamSpecCompiled filterStreamSpec,
boolean join,
ExprEvaluatorContextStatement evaluatorContextStmt,
boolean filterSubselectSameStream,
int streamNum,
boolean isCanIterateUnbound)
activate
public ViewableActivationResult activate(AgentInstanceContext agentInstanceContext,
boolean isSubselect,
boolean isRecoveringResilient)
- Specified by:
activate
in interface ViewableActivator
stop
public void stop()
- Description copied from interface:
StopCallback
- Stops the underlying resources.
- Specified by:
stop
in interface StopCallback