public class EPPreparedExecuteIUDSingleStreamExecUpdate extends Object implements EPPreparedExecuteIUDSingleStreamExec
Constructor and Description |
---|
EPPreparedExecuteIUDSingleStreamExecUpdate(QueryGraph queryGraph,
ExprNode optionalWhereClause,
Annotation[] annotations,
EventBeanUpdateHelper updateHelper,
TableUpdateStrategy tableUpdateStrategy,
ExprTableAccessNode[] optionalTableNodes,
EPServicesContext services) |
Modifier and Type | Method and Description |
---|---|
EventBean[] |
execute(FireAndForgetInstance fireAndForgetProcessorInstance) |
Annotation[] |
getAnnotations() |
ExprTableAccessNode[] |
getOptionalTableNodes() |
ExprNode |
getOptionalWhereClause() |
QueryGraph |
getQueryGraph() |
EPServicesContext |
getServices() |
TableUpdateStrategy |
getTableUpdateStrategy() |
EventBeanUpdateHelper |
getUpdateHelper() |
public EPPreparedExecuteIUDSingleStreamExecUpdate(QueryGraph queryGraph, ExprNode optionalWhereClause, Annotation[] annotations, EventBeanUpdateHelper updateHelper, TableUpdateStrategy tableUpdateStrategy, ExprTableAccessNode[] optionalTableNodes, EPServicesContext services)
public EventBean[] execute(FireAndForgetInstance fireAndForgetProcessorInstance)
execute
in interface EPPreparedExecuteIUDSingleStreamExec
public ExprNode getOptionalWhereClause()
public Annotation[] getAnnotations()
public EventBeanUpdateHelper getUpdateHelper()
public TableUpdateStrategy getTableUpdateStrategy()
public ExprTableAccessNode[] getOptionalTableNodes()
public EPServicesContext getServices()
public QueryGraph getQueryGraph()