Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Class and Description |
---|---|
class |
EPStatementImpl
Statement implementation for EPL statements.
|
Modifier and Type | Method and Description |
---|---|
EPStatementSPI |
StatementLifecycleSvcImpl.EPStatementDesc.getEpStatement()
Returns the statement.
|
EPStatementSPI |
StatementLifecycleSvcImpl.getStatementById(java.lang.String id)
Returns the statement given a statement id.
|
EPStatementSPI |
StatementLifecycleSvc.getStatementById(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
void |
StatementResultServiceImpl.setContext(EPStatementSPI epStatement,
EPServiceProviderSPI epServiceProvider,
boolean isInsertInto,
boolean isPattern,
boolean isDistinct,
boolean isForClause,
StatementMetricHandle statementMetricHandle) |
void |
StatementResultService.setContext(EPStatementSPI epStatement,
EPServiceProviderSPI epServiceProvider,
boolean isInsertInto,
boolean isPattern,
boolean isDistinct,
boolean isForClause,
StatementMetricHandle statementMetricHandle)
For initialization of the service to provide statement context.
|
void |
StatementResultListener.update(EventBean[] newEvents,
EventBean[] oldEvents,
java.lang.String statementName,
EPStatementSPI statement,
EPServiceProviderSPI epServiceProvider)
Provide statement result.
|
Constructor and Description |
---|
EPStatementDesc(EPStatementSPI epStatement,
EPStatementStartMethod startMethod,
StatementContext statementContext)
Ctor.
|