public abstract class EPPreparedExecuteIUDSingleStream extends Object implements EPPreparedExecuteMethod
Modifier and Type | Field and Description |
---|---|
protected EPPreparedExecuteIUDSingleStreamExec |
executor |
protected boolean |
hasTableAccess |
protected FireAndForgetProcessor |
processor |
protected EPServicesContext |
services |
protected StatementContext |
statementContext |
protected StatementSpecCompiled |
statementSpec |
Constructor and Description |
---|
EPPreparedExecuteIUDSingleStream(StatementSpecCompiled statementSpec,
EPServicesContext services,
StatementContext statementContext)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch() |
EPPreparedQueryResult |
execute(ContextPartitionSelector[] contextPartitionSelectors)
Executes the prepared query.
|
EventType |
getEventType()
Returns the event type of the prepared statement.
|
abstract EPPreparedExecuteIUDSingleStreamExec |
getExecutor(QueryGraph queryGraph,
String aliasName) |
protected final StatementSpecCompiled statementSpec
protected final FireAndForgetProcessor processor
protected final EPServicesContext services
protected final EPPreparedExecuteIUDSingleStreamExec executor
protected final StatementContext statementContext
protected boolean hasTableAccess
public EPPreparedExecuteIUDSingleStream(StatementSpecCompiled statementSpec, EPServicesContext services, StatementContext statementContext) throws ExprValidationException
statementSpec
- is a container for the definition of all statement constructs that
may have been used in the statement, i.e. if defines the select clauses, insert into, outer joins etc.services
- is the service instances for dependency injectionstatementContext
- is statement-level information and statement servicesExprValidationException
- if the preparation failedpublic abstract EPPreparedExecuteIUDSingleStreamExec getExecutor(QueryGraph queryGraph, String aliasName) throws ExprValidationException
ExprValidationException
public EventType getEventType()
getEventType
in interface EPPreparedExecuteMethod
public EPPreparedQueryResult execute(ContextPartitionSelector[] contextPartitionSelectors)
execute
in interface EPPreparedExecuteMethod
protected void dispatch()