com.espertech.esper.core.start
Class EPPreparedExecuteIUDSingleStreamExecUpdate
java.lang.Object
com.espertech.esper.core.start.EPPreparedExecuteIUDSingleStreamExecUpdate
- All Implemented Interfaces:
- EPPreparedExecuteIUDSingleStreamExec
public class EPPreparedExecuteIUDSingleStreamExecUpdate
- extends java.lang.Object
- implements EPPreparedExecuteIUDSingleStreamExec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EPPreparedExecuteIUDSingleStreamExecUpdate
public EPPreparedExecuteIUDSingleStreamExecUpdate(FilterSpecCompiled filter,
ExprNode optionalWhereClause,
java.lang.annotation.Annotation[] annotations,
EventBeanUpdateHelper updateHelper,
TableUpdateStrategy tableUpdateStrategy,
ExprTableAccessNode[] optionalTableNodes,
EPServicesContext services)
execute
public EventBean[] execute(FireAndForgetInstance fireAndForgetProcessorInstance)
- Specified by:
execute
in interface EPPreparedExecuteIUDSingleStreamExec
getFilter
public FilterSpecCompiled getFilter()
getOptionalWhereClause
public ExprNode getOptionalWhereClause()
getAnnotations
public java.lang.annotation.Annotation[] getAnnotations()
getUpdateHelper
public EventBeanUpdateHelper getUpdateHelper()
getTableUpdateStrategy
public TableUpdateStrategy getTableUpdateStrategy()
getOptionalTableNodes
public ExprTableAccessNode[] getOptionalTableNodes()
getServices
public EPServicesContext getServices()