|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.start.EPPreparedExecuteIUDSingleStream
public abstract class EPPreparedExecuteIUDSingleStream
Starts and provides the stop method for EPL statements.
Field Summary | |
---|---|
protected EPPreparedExecuteIUDSingleStreamExec |
executor
|
protected boolean |
hasTableAccess
|
protected FireAndForgetProcessor |
processor
|
protected EPServicesContext |
services
|
protected StatementContext |
statementContext
|
protected StatementSpecCompiled |
statementSpec
|
Constructor Summary | |
---|---|
EPPreparedExecuteIUDSingleStream(StatementSpecCompiled statementSpec,
EPServicesContext services,
StatementContext statementContext)
Ctor. |
Method Summary | |
---|---|
protected void |
dispatch()
|
EPPreparedQueryResult |
execute(ContextPartitionSelector[] contextPartitionSelectors)
Executes the prepared query. |
EventType |
getEventType()
Returns the event type of the prepared statement. |
abstract EPPreparedExecuteIUDSingleStreamExec |
getExecutor(FilterSpecCompiled filter,
java.lang.String aliasName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final StatementSpecCompiled statementSpec
protected final FireAndForgetProcessor processor
protected final EPServicesContext services
protected final EPPreparedExecuteIUDSingleStreamExec executor
protected final StatementContext statementContext
protected boolean hasTableAccess
Constructor Detail |
---|
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 services
ExprValidationException
- if the preparation failedMethod Detail |
---|
public abstract EPPreparedExecuteIUDSingleStreamExec getExecutor(FilterSpecCompiled filter, java.lang.String aliasName) throws ExprValidationException
ExprValidationException
public EventType getEventType()
getEventType
in interface EPPreparedExecuteMethod
public EPPreparedQueryResult execute(ContextPartitionSelector[] contextPartitionSelectors)
execute
in interface EPPreparedExecuteMethod
protected void dispatch()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |