com.espertech.esper.core.start
Class EPPreparedExecuteIUDSingleStreamExecDelete
java.lang.Object
com.espertech.esper.core.start.EPPreparedExecuteIUDSingleStreamExecDelete
- All Implemented Interfaces:
- EPPreparedExecuteIUDSingleStreamExec
public class EPPreparedExecuteIUDSingleStreamExecDelete
- extends java.lang.Object
- implements EPPreparedExecuteIUDSingleStreamExec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EPPreparedExecuteIUDSingleStreamExecDelete
public EPPreparedExecuteIUDSingleStreamExecDelete(FilterSpecCompiled filter,
ExprNode optionalWhereClause,
java.lang.annotation.Annotation[] annotations,
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()
getOptionalTableNodes
public ExprTableAccessNode[] getOptionalTableNodes()
getServices
public EPServicesContext getServices()